Uses of Class
org.apache.ibatis.cache.impl.PerpetualCache
Packages that use PerpetualCache
-
Uses of PerpetualCache in org.apache.ibatis.executor
Fields in org.apache.ibatis.executor declared as PerpetualCacheModifier and TypeFieldDescriptionprivate final PerpetualCache
BaseExecutor.DeferredLoad.localCache
protected PerpetualCache
BaseExecutor.localCache
protected PerpetualCache
BaseExecutor.localOutputParameterCache
Constructors in org.apache.ibatis.executor with parameters of type PerpetualCacheModifierConstructorDescriptionDeferredLoad
(MetaObject resultObject, String property, CacheKey key, PerpetualCache localCache, Configuration configuration, Class<?> targetType)