This commit is contained in:
9
rediska/cache/lru/LRUItemMetadata.cpp
vendored
Normal file
9
rediska/cache/lru/LRUItemMetadata.cpp
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "rediska/cache/BaseItemMetadata.hpp"
|
||||
#include "rediska/common/types.hpp"
|
||||
|
||||
namespace cache {
|
||||
class LRUItemMetadata : public BaseItemMetadata {
|
||||
public:
|
||||
LRUItemMetadata(TTL ttl) : BaseItemMetadata(ttl) {}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user