org.apache.commons.ognl.internal.entry
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeclaredMethodCacheEntryFactory
public DeclaredMethodCacheEntryFactory()
shouldCache
protected boolean shouldCache(DeclaredMethodCacheEntry key,
Method method)
- Specified by:
shouldCache
in class MethodCacheEntryFactory<DeclaredMethodCacheEntry>
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.