Package org.linuxforhealth.fhir.cache
-
Interface Summary Interface Description CachingProxy.KeyGenerator An interface for generating cache keys used by the caching invocation handler to cache method results -
Class Summary Class Description CacheKey A general purpose cache key class that represents a composite key using an array of valuesCacheManager A class used to create and manage cache instances on a per tenant basisCacheManager.Configuration A configuration class used by the cache manager to create managed cache instances with size and/or time-based eviction policiesCachingProxy A Java dynamic proxy that caches method results based on the presence of a @Cacheable annotation