/home/techb158/ileadtechnology.com/vendor/doctrine/cache/lib/Doctrine/Common/Cache
NameSizeModeActions
Psr6/-0755rm
Cache.php27990644editdlrm
CacheProvider.php84750644editdlrm
ClearableCache.php5010644editdlrm
FlushableCache.php3500644editdlrm
MultiDeleteCache.php4660644editdlrm
MultiGetCache.php5930644editdlrm
MultiOperationCache.php2510644editdlrm
MultiPutCache.php7040644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php (2799B)
hits * Number of keys that have been requested and found present. * * - misses * Number of items that have been requested and not found. * * - uptime * Time that the server is running. * * - memory_usage * Memory used by this server to store items. * * - memory_available * Memory allowed to use for storage. * * @return mixed[]|null An associative array with server's statistics if available, NULL otherwise. */ public function getStats(); }