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
 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, getTimeToIdleSeconds, getTimeToLiveSeconds, isKeyInCache, put, remove, removeEventListener, removeQuiet
 

Method Detail

createSessionKey

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-2007 Apache Software Foundation. All Rights Reserved.