|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.silverpeas.cache.service.CacheServiceFactory
public class CacheServiceFactory
| Method Summary | |
|---|---|
static void |
clearAllThreadCaches()
Clears all caches associated to the current thread: Request Cache Service Thread Cache Service |
static CacheService |
getApplicationCacheService()
Gets the cache of the application. |
static SimpleCacheService |
getRequestCacheService()
Gets a useful cache in relation with a request : after the end of the request execution, the associated cache is trashed. |
static SimpleCacheService |
getSessionCacheService()
Gets a useful cache in relation with a session : after the end of the session, the associated cache is trashed. |
static VolatileResourceCacheService |
getSessionVolatileResourceCacheService()
Gets the volatile resource cache linked to the current user session. |
static SimpleCacheService |
getThreadCacheService()
Gets a useful volatile cache : after the end of the current thread execution, the associated cache is trashed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SimpleCacheService getThreadCacheService()
getRequestCacheService().
public static SimpleCacheService getRequestCacheService()
public static SimpleCacheService getSessionCacheService()
public static VolatileResourceCacheService getSessionVolatileResourceCacheService()
public static CacheService getApplicationCacheService()
public static void clearAllThreadCaches()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||