CatapultServer  v0.5.0.1 (Elephant)
catapult::cache::AccountRestrictionCache Class Reference

Synchronized cache composed of account restriction information. More...

Inheritance diagram for catapult::cache::AccountRestrictionCache:
Collaboration diagram for catapult::cache::AccountRestrictionCache:

Public Member Functions

 AccountRestrictionCache (const CacheConfiguration &config, model::NetworkIdentifier networkIdentifier)
 Creates a cache around config and networkIdentifier. More...
 
- Public Member Functions inherited from catapult::cache::SynchronizedCache< BasicAccountRestrictionCache >
 SynchronizedCache (BasicAccountRestrictionCache &&cache)
 Creates a synchronized decorator around cache. More...
 
LockedCacheView< CacheViewTypecreateView () const
 Returns a locked cache view based on this cache. More...
 
LockedCacheDelta< CacheDeltaTypecreateDelta ()
 
LockableCacheDelta< CacheDeltaTypecreateDetachedDelta () const
 
void commit ()
 Commits all pending changes to the underlying storage. More...
 

Additional Inherited Members

- Public Types inherited from catapult::cache::SynchronizedCache< BasicAccountRestrictionCache >
using CacheValueType = typename BasicAccountRestrictionCache ::CacheValueType
 
using CacheViewType = typename BasicAccountRestrictionCache ::CacheViewType
 
using CacheDeltaType = typename BasicAccountRestrictionCache ::CacheDeltaType
 
using CacheReadOnlyType = typename BasicAccountRestrictionCache ::CacheReadOnlyType
 
- Protected Member Functions inherited from catapult::cache::SynchronizedCache< BasicAccountRestrictionCache >
BasicAccountRestrictionCachecache ()
 Gets a typed reference to the underlying cache. More...
 

Detailed Description

Synchronized cache composed of account restriction information.

Constructor & Destructor Documentation

◆ AccountRestrictionCache()

catapult::cache::AccountRestrictionCache::AccountRestrictionCache ( const CacheConfiguration config,
model::NetworkIdentifier  networkIdentifier 
)
inlineexplicit

Creates a cache around config and networkIdentifier.


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