|
||||||||||
| 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 |
CacheService
User: Yohann Chastagnier Date: 11/09/13 |
| Classes in org.silverpeas.cache.service that implement SimpleCacheService | |
|---|---|
class |
AbstractCacheService
Implementation of the CacheService that uses EhCache API. |
class |
AbstractSimpleCacheService
User: Yohann Chastagnier Date: 25/10/13 |
class |
EhCacheService
Implementation of the CacheService that uses EhCache API. |
class |
InMemoryCacheService
User: Yohann Chastagnier Date: 25/10/13 |
class |
ThreadCacheService
User: 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 | |||||||||