Class MemoryCacheService

java.lang.Object
ca.uhn.fhir.jpa.util.MemoryCacheService

public class MemoryCacheService extends Object
This class acts as a central spot for all of the many Caffeine caches we use in HAPI FHIR.

The API is super simplistic, and caches are all 1-minute, max 10000 entries for starters. We could definitely add nuance to this, which will be much easier now that this is being centralized. Some logging/monitoring would be good too.