Uses of Interface
org.apache.ibatis.cache.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
Modifier 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) Modifier 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
-
Uses of Cache in org.apache.ibatis.cache.decorators
Modifier 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.ModifierConstructorDescriptionBlockingCache
(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
-
Uses of Cache in org.apache.ibatis.mapping
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionCacheBuilder.addDecorator
(Class<? extends Cache> decorator) CacheBuilder.implementation
(Class<? extends Cache> implementation) -
Uses of Cache in org.apache.ibatis.session