Package cz.cvut.kbss.jopa.sessions.cache
Class CacheFactory
java.lang.Object
cz.cvut.kbss.jopa.sessions.cache.CacheFactory
Creates second level cache based on the specified properties.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CacheManagercreateCache(Map<String, String> properties) Creates new cache based on the specified properties.
-
Method Details
-
createCache
Creates new cache based on the specified properties.- Parameters:
properties- Configuration of cache- Returns:
- Cache implementation
-