ICacheCallback
Description
- Extended by
-
DataCache abstract
Callback interface used by ICache implementations.
A ICacheCallback object is responsible for loading cache pages when they are requested for the first time and unloading existing cache pages when they are evicted from the cache.
Page loading can also be performed by the code that calls Fetch
, after analysing the return value.