org.apache.ibatis.cache
Class NullCacheKey

java.lang.Object
  extended by org.apache.ibatis.cache.CacheKey
      extended by org.apache.ibatis.cache.NullCacheKey
All Implemented Interfaces:
Cloneable

public final class NullCacheKey
extends CacheKey


Field Summary
 
Fields inherited from class org.apache.ibatis.cache.CacheKey
NULL_CACHE_KEY
 
Constructor Summary
NullCacheKey()
           
 
Method Summary
 void update(Object object)
           
 void updateAll(Object[] objects)
           
 
Methods inherited from class org.apache.ibatis.cache.CacheKey
clone, equals, getUpdateCount, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullCacheKey

public NullCacheKey()
Method Detail

update

public void update(Object object)
Overrides:
update in class CacheKey

updateAll

public void updateAll(Object[] objects)
Overrides:
updateAll in class CacheKey


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.