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