Package com.ibm.fhir.persistence.jdbc.cache
-
Class Summary Class Description CommonTokenValuesCacheImpl Implementation of a cache used for lookups of entities related to local and external resource referencesFHIRPersistenceJDBCCacheImpl Aggregates and manages the individual caches used for a tenantFHIRPersistenceJDBCCacheUtil Utilities for operating on the FHIRPersistenceJDBCCacheFHIRPersistenceJDBCTenantCache Manages separate caches for each tenant.LRUCache<K,V> An LRU implementation which limits the maximum number of entries and ejects older entries.NameIdCache<T>