CatapultServer
v0.5.0.1 (Elephant)
|
Synchronized cache composed of hash lock info information. More...
Public Member Functions | |
HashLockInfoCache (const CacheConfiguration &config) | |
Creates a cache around config. More... | |
![]() | |
SynchronizedCache (BasicHashLockInfoCache &&cache) | |
Creates a synchronized decorator around cache. More... | |
LockedCacheView< CacheViewType > | createView () const |
Returns a locked cache view based on this cache. More... | |
LockedCacheDelta< CacheDeltaType > | createDelta () |
LockableCacheDelta< CacheDeltaType > | createDetachedDelta () const |
void | commit () |
Commits all pending changes to the underlying storage. More... | |
Additional Inherited Members | |
![]() | |
using | CacheValueType = typename BasicHashLockInfoCache ::CacheValueType |
using | CacheViewType = typename BasicHashLockInfoCache ::CacheViewType |
using | CacheDeltaType = typename BasicHashLockInfoCache ::CacheDeltaType |
using | CacheReadOnlyType = typename BasicHashLockInfoCache ::CacheReadOnlyType |
![]() | |
BasicHashLockInfoCache & | cache () |
Gets a typed reference to the underlying cache. More... | |
Synchronized cache composed of hash lock info information.
|
inlineexplicit |
Creates a cache around config.