OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CacheEvictionAlgorithms Directory Reference
+ Directory dependency graph for CacheEvictionAlgorithms:

Files

file  CacheEvictionAlgorithm.h [code]
 This file includes the class specification for the cache eviction algorithm interface used by the Foreign Storage Interface (FSI). This interface can be implemented to quickly slot out different caching algorithms for the FSI cache. A caching algorithm can be queried to determine which chunks should be evicted in what order and needs to be updated with cache usage data.
 
file  LRUEvictionAlgorithm.cpp [code]
 
file  LRUEvictionAlgorithm.h [code]
 This file includes the class specification for the Least Recently Used cache eviction algorithm used by the Foreign Storage Interface (FSI).