Home
last modified time | relevance | path

Searched refs:SimpleLRUCache (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DSimpleLRUCache.h19 class SimpleLRUCache : public LuceneObject {
27 SimpleLRUCache(int32_t cacheSize) { in SimpleLRUCache() function
31 virtual ~SimpleLRUCache() { in ~SimpleLRUCache()
H A DLucene.h212 …lass VALUE, class HASH = boost::hash<KEY>, class EQUAL = std::equal_to<KEY> > class SimpleLRUCache; variable
213 typedef SimpleLRUCache< TermPtr, TermInfoPtr, luceneHash<TermPtr>, luceneEquals<TermPtr> > TermInfo…
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/Cache/
H A DSimpleLRUCache.cs23 public class SimpleLRUCache<TKey, TValue> : SimpleMapCache<TKey, TValue> class
45 public SimpleLRUCache(int Capacity) in SimpleLRUCache() method in Lucene.Net.Util.Cache.SimpleLRUCache
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/util/
H A DSimpleLRUCacheTest.cpp14 typedef SimpleLRUCache<int32_t, String> TestLRUSimpleCache;
15 typedef SimpleLRUCache< TermPtr, int32_t, luceneHash<TermPtr>, luceneEquals<TermPtr> > TestLRUTermC…
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DTermInfosReader.cs168 … {termEnum = Terms(), termInfoCache = new SimpleLRUCache<Term, TermInfo>(DEFAULT_CACHE_SIZE)}; in GetThreadResources()
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_ordered_dict.py899 class SimpleLRUCache: class
968 class type2test(SimpleLRUCache, py_coll.OrderedDict):
977 class type2test(SimpleLRUCache, c_coll.OrderedDict):
/dports/lang/mono/mono-5.10.1.57/mcs/class/monodoc/
H A Dmonodoc.dll.sources451 ../../../external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/Cache/SimpleLRUCache.cs
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmonodoc.cs5216 …public partial class SimpleLRUCache<TKey, TValue> : Lucene.Net.Util.Cache.SimpleMapCache<TKey, TVa… class
5218 public SimpleLRUCache(int Capacity) { } in SimpleLRUCache() method in Lucene.Net.Util.Cache.SimpleLRUCache