
javax.cache.package-info Maven / Gradle / Ivy
/**
* Copyright (c) 2011 Terracotta, Inc.
* Copyright (c) 2011 Oracle and/or its affiliates.
*
* All rights reserved. Use is subject to license terms.
*/
/**
*
* This package contains the API for JCache.
*
* The entry point is the {@link Caching} class. {@link CacheManager} holds and controls a collection of {@link Cache}s.
* A cache is an association of key to value.
*
*
*
* @author Greg Luck
* @author Yannis Cosmadopoulos
* @since 1.0
*/
package javax.cache;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy