cache-flow
Preparing search index...
CacheFlow
Class CacheFlow
Index
Constructors
constructor
Methods
add
Instance
configure
delete
get
get
Instances
get
Logger
get
Redis
Configuration
is
Redis
Configured
reset
reset
All
Constructors
constructor
new
CacheFlow
()
:
CacheFlow
Returns
CacheFlow
Methods
Static
add
Instance
addInstance
(
cacheId
:
string
,
cache
:
CacheLoader
<
any
,
any
>
)
:
void
Parameters
cacheId
:
string
cache
:
CacheLoader
<
any
,
any
>
Returns
void
Static
configure
configure
(
configuration
:
CacheFlowConfiguration
)
:
void
Parameters
configuration
:
CacheFlowConfiguration
Returns
void
Static
delete
delete
(
cacheId
:
string
,
...
key
:
any
[]
)
:
Promise
<
void
>
Parameters
cacheId
:
string
...
key
:
any
[]
Returns
Promise
<
void
>
Static
get
get
(
cacheId
:
string
)
:
CacheLoader
<
any
,
any
>
Parameters
cacheId
:
string
Returns
CacheLoader
<
any
,
any
>
Static
get
Instances
getInstances
()
:
CacheLoader
<
any
,
any
>
[]
Returns
CacheLoader
<
any
,
any
>
[]
Static
get
Logger
getLogger
()
:
LoggerInterface
Returns
LoggerInterface
Static
get
Redis
Configuration
getRedisConfiguration
()
:
RedisCacheConfiguration
Returns
RedisCacheConfiguration
Static
is
Redis
Configured
isRedisConfigured
()
:
boolean
Returns
boolean
Static
reset
reset
(
cacheId
:
string
)
:
Promise
<
void
>
Parameters
cacheId
:
string
Returns
Promise
<
void
>
Static
reset
All
resetAll
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
Instance
configure
delete
get
get
Instances
get
Logger
get
Redis
Configuration
is
Redis
Configured
reset
reset
All
cache-flow
Loading...