v2.1.5
cache
class
default
Properties
rest
cache
Methods
get
fetch
set
size
del
getAll
Search results
Types
Classes
Interfaces
Enums
Functions
Type aliases
Constants
Members
Properties
Methods
Getters
Setters
Enum members
Show privates
Other
In this module only
index
/
structs
/
bases
/
default
Class
default
Defined in State.ts
abstract class
Constructor
constructor
(
client
:
Cache
class
Cache
Cache
,
options
:
StateOptions
interface
StateOptions
structs/bases/
StateOptions
)
Properties
rest
:
any
cache
:
boolean
Methods
abstract
get
(
...
args
:
any
[]
)
:
any
abstract
fetch
(
...
args
:
any
[]
)
:
any
abstract
set
(
...
args
:
any
[]
)
:
any
abstract
size
()
:
any
abstract
del
(
...
args
:
any
[]
)
:
any
abstract
getAll
()
:
any