org.continuent.sequoia.controller.cache.result.threads |
Threads used by the result cache.
|
Java Source File Name | Type | Comment |
EagerCacheThread.java | Class | This thread manages eager cache entries and remove them from the cache if
they have expired. |
RelaxedCacheThread.java | Class | This thread manages relaxed cache entries and remove them from the cache if
their deadline has expired or they are dirty. |