|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.sape.carbon.services.cache | |
org.sape.carbon.services.cache | The Cache Service is designed to cache frequently used data in a refreshable, high performance, thread-safe fashion. |
org.sape.carbon.services.cache.mru | This package contains all classes for defining and implementing Most Recently Used (MRU) caches. |
org.sape.carbon.services.cache.total | This package contains all classes for defining and implementing read-only and writable total caches. |
org.sape.carbon.services.sqldataloader.mru | |
org.sape.carbon.services.sqldataloader.total |
Classes in org.sape.carbon.services.cache used by org.sape.carbon.services.cacheCache
|
The Cache Interface is implemented by all types of Caches. CacheException
|
Abstract exception for cache package. CacheLoadException
|
A specific exception that will be thrown when a cache data loader could not retrive data from its data source. |
Classes in org.sape.carbon.services.cache used by org.sape.carbon.services.cache.mruCache
|
The Cache Interface is implemented by all types of Caches. CacheLoadException
|
A specific exception that will be thrown when a cache data loader could not retrive data from its data source. MultiGetCache
|
Interface implemented by caches that can return multiple entries with on method call. |
Classes in org.sape.carbon.services.cache used by org.sape.carbon.services.cache.totalCache
|
The Cache Interface is implemented by all types of Caches. CacheLoadException
|
A specific exception that will be thrown when a cache data loader could not retrive data from its data source. |
Classes in org.sape.carbon.services.cache used by org.sape.carbon.services.sqldataloader.mruCacheLoadException
|
A specific exception that will be thrown when a cache data loader could not retrive data from its data source. |
Classes in org.sape.carbon.services.cache used by org.sape.carbon.services.sqldataloader.totalCacheLoadException
|
A specific exception that will be thrown when a cache data loader could not retrive data from its data source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |