You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have build in support for caching in mmm-service. Current idea is to support springs Cacheable annotation but implementation should be exchangeable.
Also there should be a method variant on the client with explicit configuration/settings argument that allows to configure the caching manually. So the annotations only define the default. Manual configuration allows to bypass caching, update cache, evict cache, etc.
The text was updated successfully, but these errors were encountered:
We want to have build in support for caching in mmm-service. Current idea is to support springs Cacheable annotation but implementation should be exchangeable.
Also there should be a method variant on the client with explicit configuration/settings argument that allows to configure the caching manually. So the annotations only define the default. Manual configuration allows to bypass caching, update cache, evict cache, etc.
The text was updated successfully, but these errors were encountered: