Ethereum  PoC-8
The C++ Implementation of Ethereum
CodeSizeCache.h File Reference
#include <map>
#include <libdevcore/FixedHash.h>
#include <libdevcore/Guards.h>

Go to the source code of this file.

Classes

class  dev::eth::CodeSizeCache
 Simple thread-safe cache to store a mapping from code hash to code size. If the cache is full, a random element is removed. More...
 

Namespaces

 dev
 
 dev::eth
 

Detailed Description

Date
2016

Definition in file CodeSizeCache.h.