Uses of Class
com.mckoi.util.Cache
-
Packages that use Cache Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.jdbc The JDBC interface to Mckoi. -
-
Uses of Cache in com.mckoi.database
Subclasses of Cache in com.mckoi.database Modifier and Type Class Description private classDataCellCache.DCCacheThis extends the 'Cache' class.Fields in com.mckoi.database declared as Cache Modifier and Type Field Description private CacheStatementCache. cacheThe internal cache representation.(package private) static CacheInternalFunctionFactory.DateFormatFunction. formatter_cacheprivate CacheGrantManager. priv_cacheA cache of privileges for the various tables in the database.private CacheFixedSizeDataStore. sector_cacheA cache of sectors read from the store.private CacheIndexStore. sector_cacheA cache of int[] array blocks that are accessed by this store. -
Uses of Cache in com.mckoi.database.jdbc
Fields in com.mckoi.database.jdbc declared as Cache Modifier and Type Field Description private CacheRowCache. row_cacheThe actual cache that stores the rows.
-