|
CatapultServer
v0.5.0.1 (Elephant)
|
Synchronized cache composed of mosaic information. More...


Public Member Functions | |
| MosaicCache (const CacheConfiguration &config) | |
| Creates a cache around config. More... | |
Public Member Functions inherited from catapult::cache::SynchronizedCache< BasicMosaicCache > | |
| SynchronizedCache (BasicMosaicCache &&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 | |
Public Types inherited from catapult::cache::SynchronizedCache< BasicMosaicCache > | |
| using | CacheValueType = typename BasicMosaicCache ::CacheValueType |
| using | CacheViewType = typename BasicMosaicCache ::CacheViewType |
| using | CacheDeltaType = typename BasicMosaicCache ::CacheDeltaType |
| using | CacheReadOnlyType = typename BasicMosaicCache ::CacheReadOnlyType |
Protected Member Functions inherited from catapult::cache::SynchronizedCache< BasicMosaicCache > | |
| BasicMosaicCache & | cache () |
| Gets a typed reference to the underlying cache. More... | |
Synchronized cache composed of mosaic information.
|
inlineexplicit |
Creates a cache around config.