Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

cachemap.h File Reference
#include <map>
#include <list>
#include <cstddef>
#include <serialize.h>
+ Include dependency graph for cachemap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CacheItem< K, V >
 Serializable structure for key/value items. More...
 
class  CacheMap< K, V, Size >
 Map like container that keeps the N most recently added items. More...
 
Released under the MIT license