Interface CachingProvider

  • All Superinterfaces:
    AutoCloseable, Closeable

    public interface CachingProvider
    extends Closeable
    Provides mechanisms to create, request and later manage the life-cycle of configured CacheManagers, identified by URIs and scoped by ClassLoaders.

    The meaning and semantics of the URI used to identify a CacheManager is implementation dependent. For applications to remain implementation independent, they should avoid attempting to create URIs and instead use those returned by getDefaultURI().

    Since:
    1.0
    Author:
    Brian Oliver, Greg Luck