Class CacheFactory

java.lang.Object
cz.cvut.kbss.jopa.sessions.cache.CacheFactory

public abstract class CacheFactory extends Object
Creates second level cache based on the specified properties.
  • Method Details

    • createCache

      public static CacheManager createCache(Map<String,String> properties)
      Creates new cache based on the specified properties.
      Parameters:
      properties - Configuration of cache
      Returns:
      Cache implementation