Package org.apache.marmotta.kiwi.ehcache.util

Examples of org.apache.marmotta.kiwi.ehcache.util.CacheMap


     * @param name
     * @return
     */
    @Override
    public Map getCacheByName(String name) {
        return new CacheMap(cacheManager.getCache((name)));
    }
View Full Code Here

TOP

Related Classes of org.apache.marmotta.kiwi.ehcache.util.CacheMap

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.