Uses of Interface
org.apache.ibatis.cache.Cache
Packages that use Cache
Package
Description
Base package for the Configuration building code.
Base package for caching stuff.
Contains cache decorators.
Contains the default cache implementation.
Base package for mapping.
Base package.
-
Uses of Cache in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder that return CacheModifier and TypeMethodDescriptionCacheRefResolver.resolveCacheRef()
MapperBuilderAssistant.useCacheRef
(String namespace) MapperBuilderAssistant.useNewCache
(Class<? extends Cache> typeClass, Class<? extends Cache> evictionClass, Long flushInterval, Integer size, boolean readWrite, boolean blocking, Properties props) Method parameters in org.apache.ibatis.builder with type arguments of type CacheModifier and TypeMethodDescriptionMapperBuilderAssistant.useNewCache
(Class<? extends Cache> typeClass, Class<? extends Cache> evictionClass, Long flushInterval, Integer size, boolean readWrite, boolean blocking, Properties props) -
Uses of Cache in org.apache.ibatis.cache
Methods in org.apache.ibatis.cache with parameters of type Cache -
Uses of Cache in org.apache.ibatis.cache.decorators
Classes in org.apache.ibatis.cache.decorators that implement CacheModifier and TypeClassDescriptionclass
Simple blocking decoratorclass
FIFO (first in, first out) cache decorator.class
class
Lru (least recently used) cache decorator.class
class
class
Soft Reference cache decorator.class
class
The 2nd level cache transactional buffer.class
Weak Reference cache decorator.Constructors in org.apache.ibatis.cache.decorators with parameters of type CacheModifierConstructorDescriptionBlockingCache
(Cache delegate) LoggingCache
(Cache delegate) ScheduledCache
(Cache delegate) SerializedCache
(Cache delegate) SynchronizedCache
(Cache delegate) TransactionalCache
(Cache delegate) -
Uses of Cache in org.apache.ibatis.cache.impl
Classes in org.apache.ibatis.cache.impl that implement Cache -
Uses of Cache in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return CacheMethods in org.apache.ibatis.mapping with parameters of type CacheModifier and TypeMethodDescriptionMethod parameters in org.apache.ibatis.mapping with type arguments of type CacheModifier and TypeMethodDescriptionCacheBuilder.addDecorator
(Class<? extends Cache> decorator) CacheBuilder.implementation
(Class<? extends Cache> implementation) -
Uses of Cache in org.apache.ibatis.session
Fields in org.apache.ibatis.session with type parameters of type CacheMethods in org.apache.ibatis.session that return CacheMethods in org.apache.ibatis.session that return types with arguments of type CacheMethods in org.apache.ibatis.session with parameters of type Cache