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.- 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.
-