Home
last modified time | relevance | path

Searched refs:NewPersistentCache (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dpersistent_cache.h62 Status NewPersistentCache(Env* const env, const std::string& path,
/rocksdb-6.9/java/rocksjni/
Dpersistent_cache.cc37 ROCKSDB_NAMESPACE::Status s = ROCKSDB_NAMESPACE::NewPersistentCache( in Java_org_rocksdb_PersistentCache_newPersistentCache()
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.cc393 Status NewPersistentCache(Env* const env, const std::string& path, in NewPersistentCache() function
Dpersistent_cache_test.cc291 ASSERT_OK(NewPersistentCache(Env::Default(), path_, in TEST_F()