Este contenido no está disponible en el idioma seleccionado.
A.3. CacheLoader
org.infinispan.interceptors.CacheLoaderInterceptor
This component loads entries from a CacheStore into memory.
| 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 |
| 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() |