Package javax.cache.spi
The javax.cache.spi package defines the classes and interfaces that are implemented by the
caching provider for use by the
Caching
class- Since:
- 1.0
- Author:
- Yannis Cosmadopoulos
-
Interface Summary Interface Description CachingProvider Provides mechanisms to create, request and later manage the life-cycle of configuredCacheManager
s, identified byURI
s and scoped byClassLoader
s.