MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / getCachePath

Method getCachePath

framework/cacheModule/CacheManager.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173string CacheManager::getCachePath(const string &url, CacheConfig &config)
174{
175 return CachePath::getCachePath(url, config);
176}
177
178void CacheManager::setCacheSuccessCallback(function<void()> resultCallback)
179{

Callers 1

startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected