Package org.exoplatform.services.cache
Interface ExoCacheFactory
public interface ExoCacheFactory
This class allows you to create a new instance of
ExoCache-
Method Summary
Modifier and TypeMethodDescriptioncreateCache(ExoCacheConfig config) Creates a new instance ofExoCache
-
Method Details
-
createCache
Creates a new instance ofExoCache- Parameters:
config- the cache to create- Returns:
- the new instance of
ExoCache - Throws:
ExoCacheInitException- if an exception happens while initializing the cache
-