public interface OverridePreCacheInitializer
Modifier and Type | Method and Description |
---|---|
StandardCacheItem |
initializeOverride(Object entity)
Perform any initialization tasks (e.g.
|
boolean |
isOverrideQualified(Class<?> type)
Whether or not this initializer is qualified to work on the given entity type
|
boolean isOverrideQualified(Class<?> type)
type
- StandardCacheItem initializeOverride(Object entity)
entity
- Copyright © 2022. All rights reserved.