Interface CachePutPlugin
public interface CachePutPlugin
-
Method Summary
-
Method Details
-
process
Modify (optional) a metacard prior to being put into the cache. Implementations are not required to return the same metacard instance. ReturnOptional.empty()if the metacard should not be put into the cache.- Parameters:
metacard- the metacard to be modified- Returns:
- the modifed metacard or Optional.empty()
-