ledfx
Preparing search index...
GetCacheImagesApiResponse
Interface GetCacheImagesApiResponse
Response for GET /api/cache/images.
interface
GetCacheImagesApiResponse
{
cache_policy
:
{
eviction
:
string
;
expiration
:
string
;
refresh
:
string
}
;
entries
:
CacheEntry
[]
;
total_count
:
number
;
total_size
:
number
;
}
Index
Properties
cache_
policy
entries
total_
count
total_
size
Properties
cache_
policy
cache_policy
:
{
eviction
:
string
;
expiration
:
string
;
refresh
:
string
}
entries
entries
:
CacheEntry
[]
total_
count
total_count
:
number
total_
size
total_size
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache_
policy
entries
total_
count
total_
size
ledfx
Loading...
Response for GET /api/cache/images.