This commit is contained in:
12
rediska/cache/lru/LRUConfig.hpp
vendored
Normal file
12
rediska/cache/lru/LRUConfig.hpp
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include "rediska/cache/BaseCacheConfig.hpp"
|
||||
#include "rediska/common/types.hpp"
|
||||
|
||||
namespace cache {
|
||||
struct LRUConfig : BaseCacheConfig {
|
||||
size_t maxCapacity;
|
||||
TTL ttl;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user