MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / clear

Method clear

ASAP/WSITileGraphicsItemCache.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void WSITileGraphicsItemCache::clear() {
21 _cache.clear();
22 _LRU.clear();
23 _cacheCurrentByteSize = 0;
24}
25
26void WSITileGraphicsItemCache::get(const keyType& k, WSITileGraphicsItem*& tile, unsigned int& size) {
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected