Package org.logicblaze.lingo.util

Examples of org.logicblaze.lingo.util.LRUCache


     * Factory method to create the metadata object for the given method
     */
    protected abstract MethodMetadata createMethodMetadata(Method method);

    protected Map createCache() {
        return new LRUCache(getCacheSize());
    }
View Full Code Here

TOP

Related Classes of org.logicblaze.lingo.util.LRUCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.