Home
last modified time | relevance | path

Searched refs:lruCache (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DLRUCacheTest.java22 try(final Cache lruCache = new LRUCache(capacity, in newLRUCache() argument
DDBOptionsTest.java654 try(final Cache lruCache = new LRUCache(1000)) { in rowCache() argument
655 opt.setRowCache(lruCache); in rowCache()
656 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()
DOptionsTest.java873 try(final Cache lruCache = new LRUCache(1000)) { in rowCache() argument
874 opt.setRowCache(lruCache); in rowCache()
875 assertThat(opt.rowCache()).isEqualTo(lruCache); in rowCache()