ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces | Typedefs
dblru_cache.h File Reference
#include <mutex>
#include "util/shim.h"
#include <functional>
#include <vector>
#include "caching/maps/locking_map.h"
#include "util/optional.h"
#include "caching/dblru_cache.tcc"

Go to the source code of this file.

Classes

class  meta::caching::dblru_cache< Key, Value, Map >
 A double-barrel approach at a LRU cache. More...
 

Namespaces

 meta
 The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
 
 meta::caching
 Containers to be used for caching purposes.
 

Typedefs

template<class Key , class Value >
using meta::caching::default_dblru_cache = dblru_cache< Key, Value >
 The default instantiation of a dblru_cache.
 

Detailed Description

Author
Chase Geigle

All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.