OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CacheEvictionAlgorithm.h File Reference

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. More...

+ Include dependency graph for CacheEvictionAlgorithm.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NoEntryFoundException
 
class  CacheEvictionAlgorithm
 

Detailed Description

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.

Definition in file CacheEvictionAlgorithm.h.