|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.ehcache.annotations.resolver.ThreadLocalCacheEntryFactory
public class ThreadLocalCacheEntryFactory
EhCache entry factory that uses a ThreadLocal to pass a MethodInvocation into the factory for object creation.
| Field Summary | |
|---|---|
protected java.lang.ThreadLocal<org.aopalliance.intercept.MethodInvocation> |
entryFactory
|
| Constructor Summary | |
|---|---|
ThreadLocalCacheEntryFactory()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createEntry(java.lang.Object key)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.ThreadLocal<org.aopalliance.intercept.MethodInvocation> entryFactory
| Constructor Detail |
|---|
public ThreadLocalCacheEntryFactory()
| Method Detail |
|---|
public java.lang.Object createEntry(java.lang.Object key)
throws java.lang.Exception
createEntry in interface net.sf.ehcache.constructs.blocking.CacheEntryFactoryjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||