This commit is contained in:
7
rediska/cache/BaseCacheConfig.hpp
vendored
Normal file
7
rediska/cache/BaseCacheConfig.hpp
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace cache {
|
||||
struct BaseCacheConfig {
|
||||
bool resetTTLOnAccess = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user