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

Method SetTTL

libcppcryptfs/filename/casecache.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 void update_lru(CaseCacheNode *node);
86public:
87 void SetTTL(int nSecs) { m_ttl = (ULONGLONG)nSecs * 1000; };
88
89 bool store(LPCWSTR dirpath, const list<wstring>& files);
90 bool store(LPCWSTR dirpath, LPCWSTR file);

Callers 1

mount_crypt_fsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected