All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.cache.package-info Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
/**
 *  Copyright (c) 2011-2013 Terracotta, Inc.
 *  Copyright (c) 2011-2013 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 javax.cache.Caching} class. {@link javax.cache.CacheManager} holds and controls a collection * of {@link javax.cache.Cache}s. * A cache is an association of key to value. *

* * * @author Greg Luck * @author Yannis Cosmadopoulos * @since 1.0 */ package javax.cache;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy