Package info.archinnov.achilles.internal.statement.cache

Examples of info.archinnov.achilles.internal.statement.cache.CacheManager


        daoContext.setSelectPSs(selectPSMap);
        daoContext.setDeletePSs(deletePSMap);
        daoContext.setCounterQueryMap(counterQueryMap);
        daoContext.setClusteredCounterQueryMap(clusteredCounterQueriesMap);
        daoContext.setSession(session);
        daoContext.setCacheManager(new CacheManager(configContext.getPreparedStatementLRUCacheSize()));
        daoContext.setExecutorService(configContext.getExecutorService());

        return daoContext;
    }
View Full Code Here

TOP

Related Classes of info.archinnov.achilles.internal.statement.cache.CacheManager

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.