Package org.apache.ibatis.cache
Class CacheKey
java.lang.Object
org.apache.ibatis.cache.CacheKey
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
NullCacheKey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private int
private static final int
private static final int
private int
private final int
static final CacheKey
private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
NULL_CACHE_KEY
-
DEFAULT_MULTIPLIER
private static final int DEFAULT_MULTIPLIER- See Also:
-
DEFAULT_HASHCODE
private static final int DEFAULT_HASHCODE- See Also:
-
multiplier
private final int multiplier -
hashcode
private int hashcode -
checksum
private long checksum -
count
private int count -
updateList
-
-
Constructor Details
-
CacheKey
public CacheKey() -
CacheKey
-
-
Method Details