3.0.0
Breaking
This major release consumes cache-service-cache-module#2.0.0
which contains the following breaking change:
.get now returns a clone of, rather than a reference to, cached objects. This means that manipulating responses from .get will no longer manipulate the cache entry.
Non-breaking
Updating dependencies.