Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ entries
Method
entries
src/iocore/cache/P_CacheDir.h:294–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
};
293
294
inline int
295
Directory::entries() const
296
{
297
return this->buckets * DIR_DEPTH * this->segments;
298
}
299
300
inline Dir *
301
Directory::get_segment(int s) const
Callers
5
scan_for_pinned_documents
Method · 0.80
mark_storage_offline
Method · 0.80
cacheInitialized
Method · 0.80
dir_clear_range
Function · 0.80
cache_init_success_callback
Method · 0.80
Calls
no outgoing calls
Tested by
1
cache_init_success_callback
Method · 0.64