Frame.dev
GitHub
NPM
Preparing search index...
The search index is not available
SQL Storage Adapter - v0.4.2
SQL Storage Adapter
CacheMissEvent
Interface CacheMissEvent
Event emitted when a cache miss occurs.
interface
CacheMissEvent
{
type
:
"cache:miss"
;
key
:
string
;
statement
:
string
;
timestamp
:
Date
;
}
Index
Properties
type
key
statement
timestamp
Properties
type
type
key
key
:
string
statement
statement
:
string
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
key
statement
timestamp
Frame.dev
GitHub
NPM
SQL Storage Adapter - v0.4.2
Loading...
Event emitted when a cache miss occurs.