| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleCacheService | |
|---|---|
| org.silverpeas.cache.service | |
| org.silverpeas.cache.service.Handler | |
| Uses of SimpleCacheService in org.silverpeas.cache.service | 
|---|
| Subinterfaces of SimpleCacheService in org.silverpeas.cache.service | |
|---|---|
|  interface | CacheServiceUser: Yohann Chastagnier Date: 11/09/13 | 
| Classes in org.silverpeas.cache.service that implement SimpleCacheService | |
|---|---|
|  class | AbstractCacheServiceImplementation of the CacheService that uses EhCache API. | 
|  class | AbstractSimpleCacheServiceUser: Yohann Chastagnier Date: 25/10/13 | 
|  class | EhCacheServiceImplementation of the CacheService that uses EhCache API. | 
|  class | InMemoryCacheServiceUser: Yohann Chastagnier Date: 25/10/13 | 
|  class | ThreadCacheServiceUser: Yohann Chastagnier Date: 25/10/13 | 
| Methods in org.silverpeas.cache.service that return SimpleCacheService | |
|---|---|
| static SimpleCacheService | CacheServiceFactory.getRequestCacheService()Gets a useful cache in relation with a request : after the end of the request execution, the associated cache is trashed. | 
| static SimpleCacheService | CacheServiceFactory.getSessionCacheService()Gets a useful cache in relation with a session : after the end of the session, the associated cache is trashed. | 
| static SimpleCacheService | CacheServiceFactory.getThreadCacheService()Gets a useful volatile cache : after the end of the current thread execution, the associated cache is trashed. | 
| Uses of SimpleCacheService in org.silverpeas.cache.service.Handler | 
|---|
| Methods in org.silverpeas.cache.service.Handler with type parameters of type SimpleCacheService | ||
|---|---|---|
| protected abstract 
 | CacheValueHandler.getCacheService()Gets the cache service. | |
| Methods in org.silverpeas.cache.service.Handler that return SimpleCacheService | |
|---|---|
| protected  SimpleCacheService | RequestCacheValueHandler.getCacheService() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||