Options for customizing the behavior of a memory based cache.  
 More...
Options for customizing the behavior of a memory based cache. 
◆ MemoryCacheOptions() [1/2]
  
  | 
        
          | constexpr catapult::cache::MemoryCacheOptions::MemoryCacheOptions | ( |  | ) |  |  | inlineconstexpr | 
 
 
◆ MemoryCacheOptions() [2/2]
  
  | 
        
          | constexpr catapult::cache::MemoryCacheOptions::MemoryCacheOptions | ( | uint64_t | maxResponseSize, |  
          |  |  | uint64_t | maxCacheSize |  
          |  | ) |  |  |  | inlineconstexpr | 
 
Creates options with custom maxResponseSize and maxCacheSize. 
 
 
◆ MaxCacheSize
      
        
          | uint64_t catapult::cache::MemoryCacheOptions::MaxCacheSize | 
      
 
Maximum size of the cache. 
 
 
◆ MaxResponseSize
      
        
          | uint64_t catapult::cache::MemoryCacheOptions::MaxResponseSize | 
      
 
 
The documentation for this class was generated from the following file: