OmniSciDB
a5dc49c757
|
#include "CacheInvalidator.h"
#include "JoinHashTable/BaselineJoinHashTable.h"
#include "JoinHashTable/BoundingBoxIntersectJoinHashTable.h"
#include "JoinHashTable/PerfectJoinHashTable.h"
#include "ResultSetRecyclerHolder.h"
Go to the source code of this file.
Definition at line 37 of file ExternalCacheInvalidators.h.
using JoinHashTableCacheInvalidator = CacheInvalidator<BoundingBoxIntersectJoinHashTable, BaselineJoinHashTable, PerfectJoinHashTable> |
Definition at line 45 of file ExternalCacheInvalidators.h.
Definition at line 46 of file ExternalCacheInvalidators.h.
using UpdateTriggeredCacheInvalidator = CacheInvalidator<BoundingBoxIntersectJoinHashTable, BaselineJoinHashTable, PerfectJoinHashTable> |
External cache invalidators clear caches not managed by the Buffer Manager (i.e. external to the buffer manager).
Definition at line 36 of file ExternalCacheInvalidators.h.