Interface Cache
@Unstable
public interface Cache
Cache SPI.
-
Method Summary
Modifier and TypeMethodDescriptionBeing called when the proxy attempts to fetch a cache item.Being called when the proxy attempts to add a new cache item.Being called when the proxy attempts to delete a cache item, typically caused by invalidating an existing item.
-
Method Details
-
put
-
get
-
remove
-