MCPcopy Create free account
hub / github.com/YACReader/yacreader / invalidateAll

Method invalidateAll

YACReader/continuous_page_provider.cpp:251–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void ContinuousPageProvider::invalidateAll()
252{
253 ++generation;
254 cache.clear();
255 pending.clear();
256 decodePool.clear();
257}

Callers 1

resetScaledCacheMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected