com.googlecode.ehcache.annotations.resolver
Class DefaultCacheResolverFactory.SelfPopulatingCacheTracker

java.lang.Object
  extended by com.googlecode.ehcache.annotations.resolver.DefaultCacheResolverFactory.SelfPopulatingCacheTracker
Enclosing class:
DefaultCacheResolverFactory

protected static class DefaultCacheResolverFactory.SelfPopulatingCacheTracker
extends java.lang.Object


Field Summary
 java.lang.ThreadLocal<org.aopalliance.intercept.MethodInvocation> cacheEntryFactory
           
 net.sf.ehcache.constructs.blocking.SelfPopulatingCache selfPopulatingCache
           
 
Constructor Summary
DefaultCacheResolverFactory.SelfPopulatingCacheTracker(net.sf.ehcache.constructs.blocking.SelfPopulatingCache selfPopulatingCache, java.lang.ThreadLocal<org.aopalliance.intercept.MethodInvocation> cacheEntryFactory)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selfPopulatingCache

public final net.sf.ehcache.constructs.blocking.SelfPopulatingCache selfPopulatingCache

cacheEntryFactory

public final java.lang.ThreadLocal<org.aopalliance.intercept.MethodInvocation> cacheEntryFactory
Constructor Detail

DefaultCacheResolverFactory.SelfPopulatingCacheTracker

public DefaultCacheResolverFactory.SelfPopulatingCacheTracker(net.sf.ehcache.constructs.blocking.SelfPopulatingCache selfPopulatingCache,
                                                              java.lang.ThreadLocal<org.aopalliance.intercept.MethodInvocation> cacheEntryFactory)


Copyright © 2011. All Rights Reserved.