MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / getStorageCache

Method getStorageCache

src/server.h:1218–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1216
1217 std::unique_ptr<const StorageCache> CloneStorageCache() { return std::unique_ptr<const StorageCache>(m_spstorage->clone()); }
1218 std::shared_ptr<StorageCache> getStorageCache() { return m_spstorage; }
1219 void bulkDirectStorageInsert(char **rgKeys, size_t *rgcbKeys, char **rgVals, size_t *rgcbVals, size_t celem);
1220
1221 dict_iter find_cached_threadsafe(const char *key) const;

Callers 5

getKeysInSlotFunction · 0.80
delKeysInSlotFunction · 0.80
performEvictionsFunction · 0.80
activeExpireCycleCoreMethod · 0.80
debugCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected