Uses of Class
com.mckoi.database.TableBackedCache
-
Packages that use TableBackedCache Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of TableBackedCache in com.mckoi.database
Subclasses of TableBackedCache in com.mckoi.database Modifier and Type Class Description private classConnectionTriggerManager.CTMBackedCacheA TableBackedCache that manages the list of connection level triggers that are currently active on this connection.Methods in com.mckoi.database with parameters of type TableBackedCache Modifier and Type Method Description (package private) voidDatabaseConnection. attachTableBackedCache(TableBackedCache cache)Attaches a TableBackedCache object to this DatabaseConnection which is notified when a transaction is started and stopped, and when the table being backed has changes made to it.
-