Data Structures
Cache.h File Reference
#include <string>
#include <list>
#include <kernel/linear_algebra/CacheImplementation.h>

Go to the source code of this file.

Data Structures

class  Cache< KeyClass, ValueClass >
 Class Cache is a template-implementation of a cache with arbitrary classes for representing keys and values, respectively. More...