@iocium/cachekit - v1.0.1
Preparing search index...
CacheRecord
Interface CacheRecord
Represents a cache entry, with optional expiration timestamp.
interface
CacheRecord
{
expiresAt
?:
number
;
value
:
any
;
}
Index
Properties
expires
At?
value
Properties
Optional
expires
At
expiresAt
?:
number
value
value
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expires
At
value
@iocium/cachekit - v1.0.1
Loading...
Represents a cache entry, with optional expiration timestamp.