Package org.apache.ibatis.cache
Class NullCacheKey
- java.lang.Object
-
- org.apache.ibatis.cache.CacheKey
-
- org.apache.ibatis.cache.NullCacheKey
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
@Deprecated public final class NullCacheKey extends CacheKey
Deprecated.Since 3.5.3, This class never used and will be removed future version.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Deprecated.-
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(java.lang.Object object)
Deprecated.void
updateAll(java.lang.Object[] objects)
Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-