|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JetspeedContentCache
Provides interface to Jetspeed for cache related activities Abstraction around actual cache implementation
Method Summary | |
---|---|
java.lang.String |
createSessionKey(RequestContext context)
Creates a session key used to store associated information in the session. |
void |
invalidate(RequestContext context)
remove from the cache and invalidate any associated caches or session attributes |
Methods inherited from interface org.apache.jetspeed.cache.JetspeedCache |
---|
addEventListener, clear, createCacheKey, createElement, evictContentForSession, evictContentForUser, get, getKeys, getMaxSize, getSize, getTimeToIdleSeconds, getTimeToLiveSeconds, isDistributed, isKeyInCache, put, remove, removeEventListener, removeQuiet |
Method Detail |
---|
java.lang.String createSessionKey(RequestContext context)
context
-
void invalidate(RequestContext context)
context
- key
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |