Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ Cache
Method
Cache
example/cacheCluster/include/cache.hpp:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
public:
28
Cache(const Cache& other) = delete;
29
30
Cache(Cache&& other) {
31
this->_cache = clone_cache(other._cache);
Callers
nothing calls this directly
Calls
3
clone_cache
Function · 0.85
LRU_init
Function · 0.85
FIFO_init
Function · 0.85
Tested by
no test coverage detected