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 class
DataCellCache.DCCache
This extends the 'Cache' class.Fields in com.mckoi.database declared as Cache Modifier and Type Field Description private Cache
StatementCache. cache
The internal cache representation.(package private) static Cache
InternalFunctionFactory.DateFormatFunction. formatter_cache
private Cache
GrantManager. priv_cache
A cache of privileges for the various tables in the database.private Cache
FixedSizeDataStore. sector_cache
A cache of sectors read from the store.private Cache
IndexStore. sector_cache
A 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 Cache
RowCache. row_cache
The actual cache that stores the rows.
-