Class SoftCache

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

public class SoftCache extends Object implements Cache
Soft Reference cache decorator.

Thanks to Dr. Heinz Kabutz for his guidance here.

Author:
Clinton Begin