Package javax.cache

This package contains the API for JCache.

See: Description

Package javax.cache Description

This package contains the API for JCache.

The entry point is the Caching class. CacheManager holds and controls a collection of Caches.

A cache is an association of key to value.

Implementations may optionally enforce security restrictions. In case of a violation, a SecurityException must be thrown.

Since:
1.0
Author:
Greg Luck, Yannis Cosmadopoulos

Copyright © 2013. All Rights Reserved.