Uses of Class
org.cruk.clarity.api.impl.LatestVersionsResetAspect
Packages that use LatestVersionsResetAspect
Package
Description
Package supporting caching of Clarity entities in memory
(or, if so configured, on disk) to reduce the amount of traffic being
sent to and from the REST API.
-
Uses of LatestVersionsResetAspect in org.cruk.clarity.api.cache
Fields in org.cruk.clarity.api.cache declared as LatestVersionsResetAspectModifier and TypeFieldDescriptionprotected LatestVersionsResetAspect
ClarityAPICache.latestVersionsResetAspect
The aspect that resets API version behaviour.Methods in org.cruk.clarity.api.cache with parameters of type LatestVersionsResetAspectModifier and TypeMethodDescriptionvoid
ClarityAPICache.setLatestVersionsResetAspect
(LatestVersionsResetAspect latestVersionsResetAspect) Set a reference to the aspect that resets the API's behaviour around stateful entities.