Class SynchronizedCache

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

public class SynchronizedCache extends Object implements Cache
Author:
Clinton Begin