MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CaseCache

Method CaseCache

libcppcryptfs/filename/casecache.cpp:69–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69CaseCache::CaseCache()
70{
71 m_ttl = 0;
72
73 m_hits = 0;
74 m_lookups = 0;
75
76 m_map.reserve(CASE_CACHE_ENTRIES);
77
78 InitializeCriticalSection(&m_crit);
79}
80
81
82CaseCache::~CaseCache()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected