Uses of Interface
org.cruk.clarity.api.impl.ClarityAPIInternal
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.
Concrete implementation classes of the Clarity API.
-
Uses of ClarityAPIInternal in org.cruk.clarity.api.cache
Modifier and TypeFieldDescriptionprotected ClarityAPIInternal
ClarityAPICache.apiCacheControl
The API again, but via its internal interface.Modifier and TypeMethodDescriptionvoid
ClarityAPICache.setInternalClarityAPI
(ClarityAPIInternal internalApi) Set the internal interface access to the API. -
Uses of ClarityAPIInternal in org.cruk.clarity.api.impl
Modifier and TypeClassDescriptionclass
Implementation of ClarityAPI using the Clarity REST operations.Modifier and TypeFieldDescriptionprotected ClarityAPIInternal
LatestVersionsResetAspect.api
The API instance through its internal access methods.Modifier and TypeMethodDescriptionvoid
LatestVersionsResetAspect.setClarityAPI
(ClarityAPIInternal api) Sets the API being used.