A.3. CacheLoader

org.infinispan.interceptors.CacheLoaderInterceptor
This component loads entries from a CacheStore into memory.

Table A.5. Attributes

Name Description Type Writable
CacheLoaderLoads Number of entries loaded from the cache store. long No
CacheLoaderMisses Number of entries that did not exist in cache store. long No
CacheLoaders Returns a collection of cache loader types which are configured and enabled. Collection No

Table A.6. Operations

Name Description Signature
disableCacheLoader Disable all cache loaders of a given type, where type is a fully qualified class name of the cache loader to disable. void disableCacheLoader(String p0)
resetStatistics Resets statistics gathered by this component. void resetStatistics()