Entity
Preparing search index...
@expo/entity-testing-utils
InMemoryFullCacheStubCacheAdapterProvider
Class InMemoryFullCacheStubCacheAdapterProvider
Implements
IEntityCacheAdapterProvider
Index
Constructors
constructor
Methods
get
Cache
Adapter
Constructors
constructor
new
InMemoryFullCacheStubCacheAdapterProvider
()
:
InMemoryFullCacheStubCacheAdapterProvider
Returns
InMemoryFullCacheStubCacheAdapterProvider
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.