org.apache.ibatis.cache
Class NullCacheKey
java.lang.Object
org.apache.ibatis.cache.CacheKey
org.apache.ibatis.cache.NullCacheKey
- All Implemented Interfaces:
- Serializable, Cloneable
public final class NullCacheKey
- extends CacheKey
- See Also:
- Serialized Form
NullCacheKey
public NullCacheKey()
update
public void update(Object object)
- Overrides:
update
in class CacheKey
updateAll
public void updateAll(Object[] objects)
- Overrides:
updateAll
in class CacheKey
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.