Home
last modified time | relevance | path

Searched refs:ScanCache (Results 1 – 6 of 6) sorted by relevance

/dports/security/clamfs/clamfs-1.1.0/src/
H A Dscancache.hxx74 class ScanCache: public ExpireLRUCache<ino_t, CachedResult> { class
80 ScanCache(long int elements, long int expire);
82 ~ScanCache();
85 ScanCache(const ScanCache& aCache);
87 ScanCache& operator = (const ScanCache& aCache);
H A Dscancache.cxx37 ScanCache::ScanCache(long int elements, long int expire): in ScanCache() function in clamfs::ScanCache
41 ScanCache::~ScanCache() { in ~ScanCache()
H A Dclamfs.cxx74 ScanCache *cache = NULL;
1143 cache = new ScanCache(atol(config["entries"]), atol(config["expire"])); in main()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/chromsweep/
H A Dchromsweep.cpp84 void ChromSweep::ScanCache() { in ScanCache() function in ChromSweep
123 ScanCache(); in ChromChange()
176 ScanCache(); in Next()
H A Dchromsweep.h97 void ScanCache();
/dports/security/clamfs/clamfs-1.1.0/
H A DREADME17 * ScanCache (LRU with time-based and out-of-memory expiration) speeds up file access