com.dotmarketing.portlets.contentlet.business
Class ContentletCache

java.lang.Object
  extended by com.dotmarketing.portlets.contentlet.business.ContentletCache
All Implemented Interfaces:
Cachable
Direct Known Subclasses:
ContentletCacheImpl

public abstract class ContentletCache
extends java.lang.Object
implements Cachable


Constructor Summary
ContentletCache()
           
 
Method Summary
protected abstract  Contentlet add(java.lang.String key, Contentlet content)
           
protected abstract  void clearCache()
           
protected abstract  Contentlet get(java.lang.String key)
           
protected abstract  void remove(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dotmarketing.business.Cachable
getGroups, getPrimaryGroup
 

Constructor Detail

ContentletCache

public ContentletCache()
Method Detail

add

protected abstract Contentlet add(java.lang.String key,
                                  Contentlet content)

get

protected abstract Contentlet get(java.lang.String key)

clearCache

protected abstract void clearCache()

remove

protected abstract void remove(java.lang.String key)


Copyright © 2010 dotCMS Inc. All Rights Reserved.