Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
void ContinuousPageProvider::invalidateAll()
252
{
253
++generation;
254
cache.clear();
255
pending.clear();
256
decodePool.clear();
257
}
Callers
1
resetScaledCache
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected