| ICacheStore
|
Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
Include |
#include "DerivedDataCache.h" |
class ICacheStore
Interface to a store of cache records and cache values.
Functions on this interface may be called from any thread. When a callback is provided, it may be invoked from a different thread than the request was made on, and may be invoked before the request function returns, both of which must be supported by the caller and the callback.
Name | Description | |
---|---|---|
|
~ICacheStore() |
Name | Description | ||
---|---|---|---|
|
Get ( |
Asynchronous request to get cache records according to the policy. |
|
|
GetChunks ( |
Asynchronous request to get chunks, which are subsets of values, from records or values. |
|
|
GetValue ( |
||
|
Put ( |
Asynchronous request to put cache records according to the policy. |
|
|
PutValue ( |