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

Method KeyCache

libcppcryptfs/util/KeyCache.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44KeyCache::KeyCache()
45{
46 m_cur_id = 0;
47 m_valid_count = 0;
48 m_enabled = true;
49 m_clearEvent = NULL;
50 m_clearThread = NULL;
51}
52
53KeyCache::~KeyCache()
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected