Package org.apache.ibatis.cache
Class NullCacheKey
- java.lang.Object
-
- org.apache.ibatis.cache.CacheKey
-
- org.apache.ibatis.cache.NullCacheKey
-
- All Implemented Interfaces:
Serializable
,Cloneable
@Deprecated public final class NullCacheKey extends CacheKey
Deprecated.Since 3.5.3, This class never used and will be removed future version.- Author:
- Clinton Begin
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ibatis.cache.CacheKey
NULL_CACHE_KEY
-
-
Constructor Summary
Constructors Constructor Description NullCacheKey()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
update(Object object)
Deprecated.void
updateAll(Object[] objects)
Deprecated.
-