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 Constructor Description MethodCacheEntryFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Map<String,List<Method>>
create(T key)
protected abstract boolean
shouldCache(T key, Method method)
-
-
-
Method Detail
-
create
public Map<String,List<Method>> create(T key) throws CacheException
- Specified by:
create
in interfaceCacheEntryFactory<T extends MethodCacheEntry,Map<String,List<Method>>>
- Throws:
CacheException
-
-