Package org.castor.cache

Examples of org.castor.cache.CacheFactory


            fail("Failed to get instance of TimeLimited from factroy");
        }
    }

    public void testShutdown() {
        CacheFactory cf = new TimeLimitedFactory();
        cf.shutdown();
    }
View Full Code Here

TOP

Related Classes of org.castor.cache.CacheFactory

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.