69707172737475
* Factory method to create the metadata object for the given method */ protected abstract MethodMetadata createMethodMetadata(Method method); protected Map createCache() { return new LRUCache(getCacheSize()); }