353637383940414243
public CachedMapInterceptor(PojoCacheImpl cache, Fqn fqn, Class clazz, Map obj) { super(cache, fqn); methodMap_ = CollectionInterceptorUtil.getMethodMap(clazz); cacheImpl_ = new CachedMapImpl(cache, this); inMemImpl_ = obj; current_ = cacheImpl_; }