org.apache.jetspeed.services.portletcache
Class PortletCache

java.lang.Object
  extended byorg.apache.jetspeed.services.portletcache.PortletCache

public class PortletCache
extends java.lang.Object

This class is a static accessor for the PortletCache service

Version:
$Id: PortletCache.java,v 1.5 2005/03/21 18:21:44 sgala Exp $
Author:
Kevin A. Burton, Raphaël Luta

Constructor Summary
PortletCache()
           
 
Method Summary
static void addCacheable(Cacheable item)
          Add an object to the cache
static Cacheable getCacheable(java.lang.String handle)
          Retrieves an object from the cache
static void removeCacheable(java.lang.String handle)
          Removes an object from the cache based on its handle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletCache

public PortletCache()
Method Detail

addCacheable

public static void addCacheable(Cacheable item)
Add an object to the cache

See Also:
PortletCacheService.addCacheable(org.apache.jetspeed.services.portletcache.Cacheable)

removeCacheable

public static void removeCacheable(java.lang.String handle)
Removes an object from the cache based on its handle

See Also:
PortletCacheService.removeCacheable(java.lang.String)

getCacheable

public static Cacheable getCacheable(java.lang.String handle)
Retrieves an object from the cache

See Also:
PortletCacheService.getCacheable(java.lang.String)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.