com.dotmarketing.plugin.business
Class PluginCache
java.lang.Object
com.dotmarketing.plugin.business.PluginCache
- All Implemented Interfaces:
- Cachable
- Direct Known Subclasses:
- PluginCacheImpl
public abstract class PluginCache
- extends java.lang.Object
- implements Cachable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginCache
public PluginCache()
add
protected abstract Plugin add(Plugin plugin)
get
protected abstract Plugin get(java.lang.String pluginId)
addProperty
protected abstract PluginProperty addProperty(PluginProperty pluginProperty)
getProperty
protected abstract PluginProperty getProperty(java.lang.String pluginId,
java.lang.String propertyKey)
clearCache
protected abstract void clearCache()
clearPluginCache
protected abstract void clearPluginCache()
clearPropertyCache
protected abstract void clearPropertyCache()
removePlugin
protected abstract void removePlugin(java.lang.String pluginId)
removePluginProperty
protected abstract void removePluginProperty(PluginProperty pluginProperty)
Copyright © 2010 dotCMS Inc. All Rights Reserved.