24 #ifndef RegionalCachingAlgorithm_h
25 #define RegionalCachingAlgorithm_h
53 const Buffer &justRequested);
Buffer for reading and writing cube data.
Definition: Buffer.h:68
virtual CacheResult recommendChunksToFree(QList< RawCubeChunk * > allocated, QList< RawCubeChunk * > justUsed, const Buffer &justRequested)
Definition: RegionalCachingAlgorithm.cpp:37
This algorithm recommends chunks to be freed that are not within the last IO.
Definition: RegionalCachingAlgorithm.h:42
This stores the results of the caching algorithm.
Definition: CubeCachingAlgorithm.h:61
Definition: BoxcarCachingAlgorithm.h:29
This is the parent of the caching algorithms.
Definition: CubeCachingAlgorithm.h:47