public interface Cacheable
CacheConfiguration.| Modifier and Type | Method and Description |
|---|---|
void |
clearCache()
Clears the cache of the component.
|
CacheConfiguration |
getCacheConfiguration()
Provides the cache configuration of the component.
|
Object |
getCacheStatistics()
This returns an implementation specific statistics object if the underlying
cache supports it and cache statistics have been enabled in the
CacheConfiguration. |
@Nonnull CacheConfiguration getCacheConfiguration()
void clearCache()
@Nullable Object getCacheStatistics()
CacheConfiguration.
Use with care. The type of the statistics object might change in later
versions.Copyright © 2023. All rights reserved.