gtfs-sqljs
Preparing search index...
index
getCacheStats
Function getCacheStats
getCacheStats
(
entries
:
CacheEntry
[]
,
)
:
{
activeEntries
:
number
;
expiredEntries
:
number
;
newestEntry
:
number
|
null
;
oldestEntry
:
number
|
null
;
totalEntries
:
number
;
totalSize
:
number
;
totalSizeMB
:
string
;
}
Get cache statistics
Parameters
entries
:
CacheEntry
[]
Array of cache entries
Returns
{
activeEntries
:
number
;
expiredEntries
:
number
;
newestEntry
:
number
|
null
;
oldestEntry
:
number
|
null
;
totalEntries
:
number
;
totalSize
:
number
;
totalSizeMB
:
string
;
}
Cache statistics
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
gtfs-sqljs
Loading...
Get cache statistics