Class DeclaredMethodCacheEntryFactory
java.lang.Object
org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory<DeclaredMethodCacheEntry>
org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntryFactory
- All Implemented Interfaces:
CacheEntryFactory<DeclaredMethodCacheEntry,
Map<String, List<Method>>>
public class DeclaredMethodCacheEntryFactory
extends MethodCacheEntryFactory<DeclaredMethodCacheEntry>
User: mcucchiara
Date: 13/10/11
Time: 13.00
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
shouldCache
(DeclaredMethodCacheEntry key, Method method) Methods inherited from class org.apache.commons.ognl.internal.entry.MethodCacheEntryFactory
create
-
Constructor Details
-
DeclaredMethodCacheEntryFactory
public DeclaredMethodCacheEntryFactory()
-
-
Method Details
-
shouldCache
- Specified by:
shouldCache
in classMethodCacheEntryFactory<DeclaredMethodCacheEntry>
-