Package org.jpox.cache

Examples of org.jpox.cache.Level2Cache.evict()


            if (JPOXLogger.CACHE.isDebugEnabled())
            {
                JPOXLogger.CACHE.debug(LOCALISER.msg("004007",
                    StringUtils.toJVMIDString(pc), getApiAdapter().getIdForObject(pc), String.valueOf(l2Cache.getSize())));
            }
            l2Cache.evict(getApiAdapter().getIdForObject(pc));
        }
    }

    /**
     * Convenience method to access an object in the cache.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.