Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kate
/ clearCache
Method
clearCache
addons/katesql/cachedsqlquerymodel.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void CachedSqlQueryModel::clearCache()
90
{
91
cache.clear();
92
}
93
94
int CachedSqlQueryModel::cacheCapacity() const
95
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected