|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.services.portletcache.PortletCache
This class is a static accessor for the PortletCache service
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 |
public PortletCache()
Method Detail |
public static void addCacheable(Cacheable item)
PortletCacheService.addCacheable(org.apache.jetspeed.services.portletcache.Cacheable)
public static void removeCacheable(java.lang.String handle)
PortletCacheService.removeCacheable(java.lang.String)
public static Cacheable getCacheable(java.lang.String handle)
PortletCacheService.getCacheable(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |