CatapultServer  v0.5.0.1 (Elephant)
catapult::cache::LockInfoCacheStorage< TDescriptor, TLockInfoSerializer > Struct Template Reference

Policy for saving and loading lock info cache data. More...

Inheritance diagram for catapult::cache::LockInfoCacheStorage< TDescriptor, TLockInfoSerializer >:
Collaboration diagram for catapult::cache::LockInfoCacheStorage< TDescriptor, TLockInfoSerializer >:

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...
 
- Static Public Member Functions inherited from catapult::cache::CacheStorageForBasicInsertRemoveCache< TDescriptor >
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...
 

Detailed Description

template<typename TDescriptor, typename TLockInfoSerializer>
struct catapult::cache::LockInfoCacheStorage< TDescriptor, TLockInfoSerializer >

Policy for saving and loading lock info cache data.


The documentation for this struct was generated from the following file: