Package org.exoplatform.services.cache
Class ExoCacheConfigPlugin
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.cache.ExoCacheConfigPlugin
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class ExoCacheConfigPlugin extends org.exoplatform.container.component.BaseComponentPluginCreated by The eXo Platform SAS
ExoCacheConfigPlugin is a component-plugin that allows to register a set of ExoCacheConfig to the CacheService- Author:
- : Tuan Nguyen.
- eXo level API
- Platform
-
-
Constructor Summary
Constructors Constructor Description ExoCacheConfigPlugin(org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExoCacheConfig>getConfigs()
-
-
-
Method Detail
-
getConfigs
public List<ExoCacheConfig> getConfigs()
- Returns:
- the list of ExoCacheConfig
-
-