Entity
Preparing search index...
@expo/entity-cache-adapter-redis
RedisCacheAdapterProvider
Class RedisCacheAdapterProvider
Implements
IEntityCacheAdapterProvider
Index
Constructors
constructor
Methods
get
Cache
Adapter
Constructors
constructor
new
RedisCacheAdapterProvider
(
context
:
GenericRedisCacheContext
,
)
:
RedisCacheAdapterProvider
Parameters
context
:
GenericRedisCacheContext
Returns
RedisCacheAdapterProvider
Methods
get
Cache
Adapter
getCacheAdapter
<
TFields
extends
Record
<
string
,
any
>
,
TIDField
extends
string
|
number
|
symbol
,
>
(
entityConfiguration
:
EntityConfiguration
<
TFields
,
TIDField
>
,
)
:
IEntityCacheAdapter
<
TFields
,
TIDField
>
Vend a cache adapter for an entity configuration.
Type Parameters
TFields
extends
Record
<
string
,
any
>
TIDField
extends
string
|
number
|
symbol
Parameters
entityConfiguration
:
EntityConfiguration
<
TFields
,
TIDField
>
Returns
IEntityCacheAdapter
<
TFields
,
TIDField
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Cache
Adapter
Entity
Loading...
Vend a cache adapter for an entity configuration.