public class TransactionalCacheManager extends Object
TransactionalCacheManager()
void
clear(Cache cache)
commit()
Object
getObject(Cache cache, CacheKey key)
putObject(Cache cache, CacheKey key, Object value)
rollback()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TransactionalCacheManager()
public void clear(Cache cache)
public Object getObject(Cache cache, CacheKey key)
public void putObject(Cache cache, CacheKey key, Object value)
public void commit()
public void rollback()
Copyright © 2010–2015 MyBatis.org. All rights reserved.