The static methods in the JCache class are used in J2SE environments for finding a cache manager,
and used by providers to register themselves.
On startup, the system property "jcache.providers" is treated as a path-separator separated list of provider classes
to be preloaded using the system class loader.
public static void loadProvider(Provider provider)(Code)
Add a provider to the list of known providers. Providers will typically call this at static initialization
time to add an instance of that provider class to the list.
Parameters: provider -
unloadProvider
public static void unloadProvider(Provider provider)(Code)