Class MethodCacheEntryFactory<T extends MethodCacheEntry>
java.lang.Object
org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory<T>
- All Implemented Interfaces:
CacheEntryFactory<T,
Map<String, List<Method>>>
- Direct Known Subclasses:
DeclaredMethodCacheEntryFactory
public abstract class MethodCacheEntryFactory<T extends MethodCacheEntry>
extends Object
implements CacheEntryFactory<T,Map<String,List<Method>>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MethodCacheEntryFactory
public MethodCacheEntryFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceCacheEntryFactory<T extends MethodCacheEntry,
Map<String, List<Method>>> - Throws:
CacheException
-
shouldCache
-