Class WeakCache

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

public class WeakCache extends Object implements Cache
Weak Reference cache decorator.

Thanks to Dr. Heinz Kabutz for his guidance here.

Author:
Clinton Begin