org.infinispan.manager
Class ReflectionCache
java.lang.Object
org.infinispan.manager.ReflectionCache
public class ReflectionCache
- extends Object
Reflection cache for storing results of reflection calls that are particularly expensive.
- Since:
- 4.2
- Author:
- Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionCache
public ReflectionCache()
getAllMethods
public List<Method> getAllMethods(Class type,
Class<? extends Annotation> annotationType)
stop
public void stop()
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.