rocksdb/utilities/persistent_cache
krad 3070ed9021 Persistent Read Cache (4) Interface definitions
Summary:
This diff provides the basic interface definitions of persistent read
cache system

PersistentCacheOptions captures the persistent read cache options used to
configure and control the system
PersistentCacheTier provides the basic building block for constructing tiered
cache
PersistentTieredCache provides a logical abstraction of tiers of cache layered
over one another

Test Plan: Compile

Reviewers: sdong

Subscribers: andrewkr, dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D57051
2016-06-06 13:17:09 -07:00
..
hash_table_bench.cc Add persistent cache to Windows build system 2016-06-02 17:48:25 -07:00
hash_table_evictable.h Add persistent cache to Windows build system 2016-06-02 17:48:25 -07:00
hash_table_test.cc Add persistent cache to Windows build system 2016-06-02 17:48:25 -07:00
hash_table.h Add persistent cache to Windows build system 2016-06-02 17:48:25 -07:00
lrulist.h Disable lite build/testing for persistent read cache 2016-05-22 21:39:17 -07:00
persistent_cache_tier.cc Persistent Read Cache (4) Interface definitions 2016-06-06 13:17:09 -07:00
persistent_cache_tier.h Persistent Read Cache (4) Interface definitions 2016-06-06 13:17:09 -07:00