Class MethodCacheEntryFactory<T extends MethodCacheEntry>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.List<java.lang.reflect.Method>> create​(T key)  
      protected abstract boolean shouldCache​(T key, java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MethodCacheEntryFactory

        public MethodCacheEntryFactory()
    • Method Detail

      • shouldCache

        protected abstract boolean shouldCache​(T key,
                                               java.lang.reflect.Method method)