CatapultServer  v0.5.0.1 (Elephant)
SecretLockInfoCache.h
Go to the documentation of this file.
1 
21 #pragma once
26 
27 namespace catapult { namespace cache {
28 
31 
33  class SecretLockInfoCache : public SynchronizedCache<BasicSecretLockInfoCache> {
34  public:
36 
37  public:
39  explicit SecretLockInfoCache(const CacheConfiguration& config)
41  {}
42  };
43 }}
DEFINE_CACHE_CONSTANTS
#define DEFINE_CACHE_CONSTANTS(NAME)
Defines cache constants for a cache with NAME.
Definition: CacheConstants.h:42
BasicCache.h
catapult::cache::CacheId::SecretLockInfo
SecretLockInfoCacheDelta.h
catapult::cache::SecretLockInfoCache
Synchronized cache composed of secret lock info information.
Definition: SecretLockInfoCache.h:33
SecretLockInfoCacheView.h
catapult::cache::SynchronizedCache
Decorator that synchronizes access to a cache.
Definition: SynchronizedCache.h:202
SecretLockInfoCacheStorage.h
catapult::cache::BasicCache
Definition: BasicCache.h:32
catapult::cache::CacheConfiguration
Cache configuration.
Definition: CacheConfiguration.h:37
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::cache::SecretLockInfoCache::SecretLockInfoCache
SecretLockInfoCache(const CacheConfiguration &config)
Creates a cache around config.
Definition: SecretLockInfoCache.h:39