Uses of Interface
cz.cvut.kbss.jopa.model.Cache
Packages that use Cache
-
Uses of Cache in cz.cvut.kbss.jopa.model
Methods in cz.cvut.kbss.jopa.model that return Cache -
Uses of Cache in cz.cvut.kbss.jopa.sessions.cache
Subinterfaces of Cache in cz.cvut.kbss.jopa.sessions.cacheModifier and TypeInterfaceDescriptioninterface
This interface defines basic methods for accessing the shared live object cache.Classes in cz.cvut.kbss.jopa.sessions.cache that implement CacheModifier 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.