|
CatapultServer
v0.5.0.1 (Elephant)
|
Defines cache storage for cache with basic insert remove support. More...


Static Public Member Functions | |
| static void | LoadInto (const typename TDescriptor::ValueType &value, typename TDescriptor::CacheDeltaType &cacheDelta) |
| Loads value into cacheDelta. More... | |
| static void | Purge (const typename TDescriptor::ValueType &value, typename TDescriptor::CacheDeltaType &cacheDelta) |
| Purges value from cacheDelta. More... | |
Additional Inherited Members | |
Public Types inherited from catapult::cache::CacheStorageFromDescriptor< TDescriptor > | |
| using | SourceType = typename TDescriptor::CacheViewType |
| Cache view type. More... | |
| using | DestinationType = typename TDescriptor::CacheDeltaType |
| Cache delta type. More... | |
| using | KeyType = typename TDescriptor::KeyType |
| Cache key type. More... | |
| using | ValueType = typename TDescriptor::ValueType |
| Cache value type. More... | |
Defines cache storage for cache with basic insert remove support.
|
inlinestatic |
Loads value into cacheDelta.
|
inlinestatic |
Purges value from cacheDelta.