|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache | |
|---|---|
| org.apache.ibatis.builder | |
| org.apache.ibatis.cache | |
| org.apache.ibatis.cache.decorators | |
| org.apache.ibatis.cache.impl | |
| org.apache.ibatis.mapping | |
| org.apache.ibatis.session | |
| Uses of Cache in org.apache.ibatis.builder |
|---|
| Methods in org.apache.ibatis.builder that return Cache | |
|---|---|
Cache |
MapperBuilderAssistant.useCacheRef(java.lang.String namespace)
|
Cache |
MapperBuilderAssistant.useNewCache(java.lang.Class<? extends Cache> typeClass,
java.lang.Class<? extends Cache> evictionClass,
java.lang.Long flushInterval,
java.lang.Integer size,
boolean readWrite,
java.util.Properties props)
|
| Method parameters in org.apache.ibatis.builder with type arguments of type Cache | |
|---|---|
Cache |
MapperBuilderAssistant.useNewCache(java.lang.Class<? extends Cache> typeClass,
java.lang.Class<? extends Cache> evictionClass,
java.lang.Long flushInterval,
java.lang.Integer size,
boolean readWrite,
java.util.Properties props)
|
Cache |
MapperBuilderAssistant.useNewCache(java.lang.Class<? extends Cache> typeClass,
java.lang.Class<? extends Cache> evictionClass,
java.lang.Long flushInterval,
java.lang.Integer size,
boolean readWrite,
java.util.Properties props)
|
| Uses of Cache in org.apache.ibatis.cache |
|---|
| Methods in org.apache.ibatis.cache with parameters of type Cache | |
|---|---|
void |
TransactionalCacheManager.clear(Cache cache)
|
void |
TransactionalCacheManager.putObject(Cache cache,
CacheKey key,
java.lang.Object value)
|
| Uses of Cache in org.apache.ibatis.cache.decorators |
|---|
| Classes in org.apache.ibatis.cache.decorators that implement Cache | |
|---|---|
class |
FifoCache
FIFO (first in, first out) cache decorator |
class |
LoggingCache
|
class |
LruCache
Lru (first in, first out) cache decorator |
class |
ScheduledCache
|
class |
SerializedCache
|
class |
SoftCache
Soft Reference cache decorator Thanks to Dr. |
class |
SynchronizedCache
|
class |
TransactionalCache
|
class |
WeakCache
Weak Reference cache decorator Thanks to Dr. |
| Constructors in org.apache.ibatis.cache.decorators with parameters of type Cache | |
|---|---|
FifoCache(Cache delegate)
|
|
LoggingCache(Cache delegate)
|
|
LruCache(Cache delegate)
|
|
ScheduledCache(Cache delegate)
|
|
SerializedCache(Cache delegate)
|
|
SoftCache(Cache delegate)
|
|
SynchronizedCache(Cache delegate)
|
|
TransactionalCache(Cache delegate)
|
|
WeakCache(Cache delegate)
|
|
| Uses of Cache in org.apache.ibatis.cache.impl |
|---|
| Classes in org.apache.ibatis.cache.impl that implement Cache | |
|---|---|
class |
PerpetualCache
|
| Uses of Cache in org.apache.ibatis.mapping |
|---|
| Methods in org.apache.ibatis.mapping that return Cache | |
|---|---|
Cache |
CacheBuilder.build()
|
Cache |
MappedStatement.getCache()
|
| Methods in org.apache.ibatis.mapping with parameters of type Cache | |
|---|---|
MappedStatement.Builder |
MappedStatement.Builder.cache(Cache cache)
|
| Method parameters in org.apache.ibatis.mapping with type arguments of type Cache | |
|---|---|
CacheBuilder |
CacheBuilder.addDecorator(java.lang.Class<? extends Cache> decorator)
|
CacheBuilder |
CacheBuilder.implementation(java.lang.Class<? extends Cache> implementation)
|
| Uses of Cache in org.apache.ibatis.session |
|---|
| Fields in org.apache.ibatis.session with type parameters of type Cache | |
|---|---|
protected java.util.Map<java.lang.String,Cache> |
Configuration.caches
|
| Methods in org.apache.ibatis.session that return Cache | |
|---|---|
Cache |
Configuration.getCache(java.lang.String id)
|
| Methods in org.apache.ibatis.session that return types with arguments of type Cache | |
|---|---|
java.util.Collection<Cache> |
Configuration.getCaches()
|
| Methods in org.apache.ibatis.session with parameters of type Cache | |
|---|---|
void |
Configuration.addCache(Cache cache)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||