Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/cppapi/include/atscppapi/Transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ class Transaction : noncopyable
CACHE_LOOKUP_SKIPPED, /**< Cache lookup was not performed */
CACHE_LOOKUP_NONE
};
#define CACHE_LOOKUP_SKIPED CACHE_LOOKUP_SKIPPED

#define CACHE_LOOKUP_SKIPED CACHE_LOOKUP_SKIPPED

CacheStatus getCacheStatus();

Expand Down