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

Synchronized cache composed of multisig information. More...

Inheritance diagram for catapult::cache::MultisigCache:
Collaboration diagram for catapult::cache::MultisigCache:

Public Member Functions

 MultisigCache (const CacheConfiguration &config)
 Creates a cache around config. More...
 
- Public Member Functions inherited from catapult::cache::SynchronizedCache< BasicMultisigCache >
 SynchronizedCache (BasicMultisigCache &&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< BasicMultisigCache >
using CacheValueType = typename BasicMultisigCache ::CacheValueType
 
using CacheViewType = typename BasicMultisigCache ::CacheViewType
 
using CacheDeltaType = typename BasicMultisigCache ::CacheDeltaType
 
using CacheReadOnlyType = typename BasicMultisigCache ::CacheReadOnlyType
 
- Protected Member Functions inherited from catapult::cache::SynchronizedCache< BasicMultisigCache >
BasicMultisigCachecache ()
 Gets a typed reference to the underlying cache. More...
 

Detailed Description

Synchronized cache composed of multisig information.

Constructor & Destructor Documentation

◆ MultisigCache()

catapult::cache::MultisigCache::MultisigCache ( const CacheConfiguration config)
inlineexplicit

Creates a cache around config.


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