Search
Preparing search index...
The search index is not available
@ustra/nuxt - v2.1.0-stable
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"src/server/cache/cache-builder"
Module "src/server/cache/cache-builder"
Index
Variables
Promise
cache
Manager
Functions
_array
Without
Holes
_define
Property
_iterable
ToArray
_non
Iterable
Spread
_object
Spread
_to
Consumable
Array
make
Cache
memcached
Cache
memory
Cache
multi
Cache
redis
Cache
Object literals
cache
Builders
Variables
Const
Promise
Promise
:
any
= require('bluebird')
Const
cache
Manager
cache
Manager
:
any
= require('cache-manager')
Functions
Const
_array
Without
Holes
_array
Without
Holes
(
arr
:
any
)
:
any
[]
Parameters
arr:
any
Returns
any
[]
_define
Property
_define
Property
(
obj
:
any
, key
:
any
, value
:
any
)
:
any
Parameters
obj:
any
key:
any
value:
any
Returns
any
_iterable
ToArray
_iterable
ToArray
(
iter
:
any
)
:
unknown
[]
Parameters
iter:
any
Returns
unknown
[]
_non
Iterable
Spread
_non
Iterable
Spread
(
)
:
void
Returns
void
_object
Spread
_object
Spread
(
target
:
any
)
:
any
Parameters
target:
any
Returns
any
_to
Consumable
Array
_to
Consumable
Array
(
arr
:
any
)
:
void
|
any
[]
Parameters
arr:
any
Returns
void
|
any
[]
Const
make
Cache
make
Cache
(
config
:
SsrCacheStoreConfiguration
)
:
any
캐시 객체를 생성한다.
Parameters
config:
SsrCacheStoreConfiguration
캐시 스토어 설정
Returns
any
memcached
Cache
memcached
Cache
(
config
:
any
)
:
any
Parameters
config:
any
Returns
any
memory
Cache
memory
Cache
(
config
:
any
)
:
any
Parameters
config:
any
Returns
any
multi
Cache
multi
Cache
(
config
:
any
)
:
any
Parameters
config:
any
Returns
any
redis
Cache
redis
Cache
(
config
:
any
)
:
any
Parameters
config:
any
Returns
any
Object literals
Const
cache
Builders
cache
Builders
:
object
memcached
memcached
:
memcachedCache
= memcachedCache
memory
memory
:
memoryCache
= memoryCache
multi
multi
:
multiCache
= multiCache
redis
redis
:
redisCache
= redisCache
Globals
"src/server/cache/cache-
builder"
Promise
cache
Manager
_array
Without
Holes
_define
Property
_iterable
ToArray
_non
Iterable
Spread
_object
Spread
_to
Consumable
Array
make
Cache
memcached
Cache
memory
Cache
multi
Cache
redis
Cache
cache
Builders
캐시 객체를 생성한다.