public interface JetspeedContentCache extends JetspeedCache
Provides interface to Jetspeed for cache related activities Abstraction around actual cache implementation
Modifier and Type | Method and Description |
---|---|
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
|
addEventListener, clear, createCacheKey, createElement, evictContentForSession, evictContentForUser, get, getKeys, getMaxSize, getSize, getTimeToIdleSeconds, getTimeToLiveSeconds, isDistributed, isKeyInCache, put, remove, removeEventListener, removeQuiet
String createSessionKey(RequestContext context)
context
- void invalidate(RequestContext context)
context
- Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.