Package com.thoughtworks.xstream.tools.benchmark.cache.products

Examples of com.thoughtworks.xstream.tools.benchmark.cache.products.DefaultImplementationCache


            harness.addProduct(new NoCache());
            harness.addProduct(new Cache122());
            harness.addProduct(new RealClassCache());
            harness.addProduct(new SerializedClassCache());
            harness.addProduct(new AliasedAttributeCache());
            harness.addProduct(new DefaultImplementationCache());
            harness.addProduct(new NoCache());
        } else {
            harness.addProduct(product);
        }
        harness.addTarget(new BasicTarget());
View Full Code Here

TOP

Related Classes of com.thoughtworks.xstream.tools.benchmark.cache.products.DefaultImplementationCache

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.