FST
openfst-1.8.2.post1
OpenFst Library
|
#include <cache.h>
Public Member Functions | |
CacheImplOptions (bool gc=FST_FLAGS_fst_default_cache_gc, size_t gc_limit=FST_FLAGS_fst_default_cache_gc_limit, CacheStore *store=nullptr) | |
CacheImplOptions (const CacheOptions &opts) | |
Public Attributes | |
bool | gc |
size_t | gc_limit |
CacheStore * | store |
bool | own_store |
|
inlineexplicit |
|
inlineexplicit |
bool fst::CacheImplOptions< CacheStore >::gc |
size_t fst::CacheImplOptions< CacheStore >::gc_limit |
bool fst::CacheImplOptions< CacheStore >::own_store |
CacheStore* fst::CacheImplOptions< CacheStore >::store |