Preparing search index...
The search index is not available
idb-lru-cache
idb-lru-cache
Schema
Type alias Schema<K, V>
Schema
<
K
,
V
>
:
DBSchema
&
{
store
:
{
indexes
:
{
access
:
Access
;
expiry
:
Expiry
;
}
;
key
:
K
;
value
:
Value
<
K
,
V
>
;
}
;
}
Type Parameters
K
extends
IDBValidKey
V
Type declaration
store
:
{
indexes
:
{
access
:
Access
;
expiry
:
Expiry
;
}
;
key
:
K
;
value
:
Value
<
K
,
V
>
;
}
indexes
:
{
access
:
Access
;
expiry
:
Expiry
;
}
access
:
Access
expiry
:
Expiry
key
:
K
value
:
Value
<
K
,
V
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
idb-lru-cache
IndexedDBPersistedLRUCache
Access
CacheOptions
DB
Expiry
Fields
IDBValidKey
IndexedField
Metadata
Schema
Value
cache
Generated using
TypeDoc