CatapultServer  v0.5.0.1 (Elephant)
MemoryPtCache.h File Reference
Include dependency graph for MemoryPtCache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  catapult::cache::MemoryPtCacheView
 A read only view on top of partial transactions cache. More...
 
class  catapult::cache::MemoryPtCache
 Cache for all partial transactions. More...
 
class  catapult::cache::MemoryPtCacheProxy
 A delegating proxy around a MemoryPtCache. More...
 

Namespaces

 catapult
 
 catapult::cache
 

Typedefs

using catapult::cache::PtDataContainer = std::unordered_map< Hash256, PtData, utils::ArrayHasher< Hash256 > >