|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheFlushStrategy | |
org.tranql.cache | |
org.tranql.intertxcache |
Uses of CacheFlushStrategy in org.tranql.cache |
Classes in org.tranql.cache that implement CacheFlushStrategy | |
class |
EnforceRelationshipsFlushStrategy
This flushing strategy enforces the relationships between the CacheTable instances to be flushed; it enforces the foreign key constraints that may exist at the database level. |
class |
SimpleFlushStrategy
Very basic flush strategy that assumes tables are independent and does not factor in dependencies caused by relationships. |
Methods in org.tranql.cache that return CacheFlushStrategy | |
CacheFlushStrategy |
SimpleFlushStrategyFactory.createCacheFlushStrategy()
|
CacheFlushStrategy |
CacheFlushStrategyFactory.createCacheFlushStrategy()
|
CacheFlushStrategy |
EnforceRelationshipsFlushStrategyFactory.createCacheFlushStrategy()
|
Constructors in org.tranql.cache with parameters of type CacheFlushStrategy | |
InTxCache(CacheFlushStrategy flushStrategy)
|
Uses of CacheFlushStrategy in org.tranql.intertxcache |
Classes in org.tranql.intertxcache that implement CacheFlushStrategy | |
class |
InTxCacheTracker
|
Constructors in org.tranql.intertxcache with parameters of type CacheFlushStrategy | |
InTxCacheTracker(FrontEndCache cache,
CacheFlushStrategy delegate)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |