Cache which stores consistent copies on the cluster segment. Using the cache is like using java.util.Map. To add a new entry, call cache.put(key, value). To get the entry, call cache.get(key). The cache configuration affects the lifetime, local caching timeouts and consistency.
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.