taco-db  0.1.0
CatCache.h
Go to the documentation of this file.
1 #ifndef CATALOG_CATCACHE_H
2 #define CATALOG_CATCACHE_H
3 
4 #include "tdb.h"
5 
7 
8 namespace taco {
9 
10 typedef ::taco::PersistentCatCache CatCacheImpl;
11 
19 
20 } // namespace taco
21 
22 #endif // CATALOG_CATCACHE_H
taco
Definition: datum.h:28
taco::PersistentCatCache
Definition: PersistentCatCache.h:15
PersistentCatCache.h
tdb.h
taco::CatCacheImpl
::taco::PersistentCatCache CatCacheImpl
Definition: CatCache.h:10
taco::CatCache
Catcache is the catalog cache class as configured in the top-level CMakeLists.txt.
Definition: CatCache.h:18