org.jasig.portal
Class StringCacheEntry

java.lang.Object
  extended by org.jasig.portal.StringCacheEntry
All Implemented Interfaces:
CacheEntry

public class StringCacheEntry
extends Object
implements CacheEntry


Constructor Summary
StringCacheEntry(String characters)
           
 
Method Summary
 CacheType getCacheType()
           
 void replayCache(CachingSerializer serializer, ChannelManager cm, HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringCacheEntry

public StringCacheEntry(String characters)
Method Detail

replayCache

public void replayCache(CachingSerializer serializer,
                        ChannelManager cm,
                        HttpServletRequest req,
                        HttpServletResponse res)
                 throws PortalException
Specified by:
replayCache in interface CacheEntry
Throws:
PortalException

getCacheType

public CacheType getCacheType()
Specified by:
getCacheType in interface CacheEntry


Copyright © 2010 Jasig. All Rights Reserved.