Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/CacheLib
/ InternalConstructor
Class
InternalConstructor
cachelib/object_cache/ObjectCache.h:103–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
private:
102
// make constructor private, but constructable by std::make_unique
103
struct InternalConstructor {};
104
105
template <typename T>
106
class Deleter {
Callers
1
create
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected