|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultCache | |
org.objectweb.cjdbc.controller.cache.result | ResultCache is an implementation of the AbstractResultCache. |
org.objectweb.cjdbc.controller.cache.result.threads | Threads used by the result cache |
Uses of ResultCache in org.objectweb.cjdbc.controller.cache.result |
Subclasses of ResultCache in org.objectweb.cjdbc.controller.cache.result | |
class |
ResultCacheColumn
This is a query cache implementation with a column granularity: COLUMN : column granularity, entries in the cache are
invalidated based on column dependencies
|
class |
ResultCacheColumnUnique
This is a query cache implementation with a column unique granularity: COLUMN_UNIQUE : same as COLUMN except that
UNIQUE queries that selects a single row based on a key are
invalidated only when needed.
|
class |
ResultCacheDatabase
This is a query cache implementation with a database granularity: DATABASE : the cache is flushed each time the database is
updated (every INSERT, UPDATE, DELETE, ... statement). |
class |
ResultCacheTable
This is a query cache implementation with a table granularity: TABLE : table granularity, entries in the cache are
invalidated based on table dependencies. |
Uses of ResultCache in org.objectweb.cjdbc.controller.cache.result.threads |
Fields in org.objectweb.cjdbc.controller.cache.result.threads declared as ResultCache | |
private ResultCache |
EagerCacheThread.cache
|
private ResultCache |
RelaxedCacheThread.cache
|
Constructors in org.objectweb.cjdbc.controller.cache.result.threads with parameters of type ResultCache | |
EagerCacheThread(ResultCache cache)
Creates a new EagerCacheThread object |
|
RelaxedCacheThread(ResultCache cache)
Creates a new RelaxedCacheThread object |
|
RelaxedCacheThread(ResultCache cache,
int refreshCacheRate)
Creates a new RelaxedCacheThread object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |