org.infinispan.manager
Class ReflectionCache

java.lang.Object
  extended by 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

Constructor Summary
ReflectionCache()
           
 
Method Summary
 List<Method> getAllMethods(Class type, Class<? extends Annotation> annotationType)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionCache

public ReflectionCache()
Method Detail

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.