org.apache.jetspeed.cache
Interface JetspeedContentCache

All Superinterfaces:
JetspeedCache

public interface JetspeedContentCache
extends JetspeedCache

Provides interface to Jetspeed for cache related activities Abstraction around actual cache implementation

Version:
$Id: $
Author:
David Sean Taylor

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

createSessionKey

java.lang.String createSessionKey(RequestContext context)
Creates a session key used to store associated information in the session.

Parameters:
context -
Returns:

invalidate

void invalidate(RequestContext context)
remove from the cache and invalidate any associated caches or session attributes

Parameters:
context -
key -


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.