CacheEngineStatInterface
Table of Contents
Methods
- getCachePath() : string
- Returns the cache key (path) after read or write operation.
- getReadBytes() : int
- Returns number of bytes read from cache.
- getWrittenBytes() : int
- Returns number of bytes written to cache.
Methods
getCachePath()
Returns the cache key (path) after read or write operation.
public
getCachePath() : string
Return values
stringgetReadBytes()
Returns number of bytes read from cache.
public
getReadBytes() : int
Return values
intgetWrittenBytes()
Returns number of bytes written to cache.
public
getWrittenBytes() : int