# Constants
BloomFilter --.
DefaultLRUSize.
DefaultMaxEntries --.
KVType --.
SetType --.
SortedSetType --.
# Variables
DefaultTTL --.
ErrNotFound --.
OneCache --.
OptimalInMemAccessTime // Follow Jeff Dean, read 1MB sequential from memory ideally is 250 micro-seconds --.
OptimalNetworkAccessTime --.
# Structs
Item --.
MultiCacheCaching with multiple layers include LRU and Redis.
OneCacheStruct --.
# Interfaces
No description provided by the author