Uses of Interface
cz.cvut.kbss.jopa.sessions.cache.CacheManager
Packages that use CacheManager
-
Uses of CacheManager in cz.cvut.kbss.jopa.sessions
Methods in cz.cvut.kbss.jopa.sessions that return CacheManagerModifier and TypeMethodDescriptionabstract CacheManager
AbstractSession.getLiveObjectCache()
Get the current live object cache.AbstractUnitOfWork.getLiveObjectCache()
ServerSession.getLiveObjectCache()
-
Uses of CacheManager in cz.cvut.kbss.jopa.sessions.cache
Classes in cz.cvut.kbss.jopa.sessions.cache that implement CacheManagerModifier and TypeClassDescriptionclass
class
This is a fixed-size second level cache implementation with LRU eviction policy.class
Manages the second level cache shared by all persistence contexts.Methods in cz.cvut.kbss.jopa.sessions.cache that return CacheManagerModifier and TypeMethodDescriptionstatic CacheManager
CacheFactory.createCache
(Map<String, String> properties) Creates new cache based on the specified properties.