Searched refs:resetCache (Results 1 – 5 of 5) sorted by relevance
150 resetCache(maxEntries, maxBytes); in BlobCache()301 private void resetCache(int maxEntries, int maxBytes) throws IOException { in resetCache() method in BlobCache
149 resetCache(maxEntries, maxBytes); in BlobCache()300 private void resetCache(int maxEntries, int maxBytes) throws IOException { in resetCache() method in BlobCache
57 void DicTraverseSession::resetCache(const int thresholdForNextActiveDicNodes, const int maxWords) { in resetCache() function in latinime::DicTraverseSession
73 void resetCache(const int thresholdForNextActiveDicNodes, const int maxWords);
90 traverseSession->resetCache(TRAVERSAL->getMaxCacheSize(traverseSession->getInputSize()), in initializeSearch()