OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExternalCacheInvalidators.h File Reference
+ Include dependency graph for ExternalCacheInvalidators.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using UpdateTriggeredCacheInvalidator = CacheInvalidator< BoundingBoxIntersectJoinHashTable, BaselineJoinHashTable, PerfectJoinHashTable >
 
using DeleteTriggeredCacheInvalidator = UpdateTriggeredCacheInvalidator
 
using JoinHashTableCacheInvalidator = CacheInvalidator< BoundingBoxIntersectJoinHashTable, BaselineJoinHashTable, PerfectJoinHashTable >
 
using ResultSetCacheInvalidator = CacheInvalidator< ResultSetRecyclerHolder >
 

Typedef Documentation

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.