org.apache.ibatis.cache.decorators
Class FifoCache
java.lang.Object
  
org.apache.ibatis.cache.decorators.FifoCache
- All Implemented Interfaces: 
 - Cache
 
public class FifoCache
- extends Object
- implements Cache
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FifoCache
public FifoCache(Cache delegate)
getId
public String getId()
- Specified by:
 getId in interface Cache
 
 
getSize
public int getSize()
- Specified by:
 getSize in interface Cache
 
 
setSize
public void setSize(int size)
 
 
putObject
public void putObject(Object key,
                      Object value)
- Specified by:
 putObject in interface Cache
 
 
getObject
public Object getObject(Object key)
- Specified by:
 getObject in interface Cache
 
 
removeObject
public Object removeObject(Object key)
- Specified by:
 removeObject in interface Cache
 
 
clear
public void clear()
- Specified by:
 clear in interface Cache
 
 
getReadWriteLock
public ReadWriteLock getReadWriteLock()
- Specified by:
 getReadWriteLock in interface Cache
 
 
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.