Class FifoCache

java.lang.Object
org.apache.ibatis.cache.decorators.FifoCache
All Implemented Interfaces:
Cache

public class FifoCache extends Object implements Cache
FIFO (first in, first out) cache decorator.
Author:
Clinton Begin