| CommonValuesCacheImpl | 
 Implementation of a cache used for lookups of entities related
 to tokens, canonicals and code systems 
 | 
| FHIRPersistenceJDBCCacheImpl | 
 Aggregates and manages the individual caches used for a tenant 
 | 
| FHIRPersistenceJDBCCacheUtil | 
 Utilities for operating on the FHIRPersistenceJDBCCache 
 | 
| FHIRPersistenceJDBCTenantCache | 
 Manages separate caches for each tenant. 
 | 
| IdNameCache<T> | 
  | 
| LogicalResourceIdentCacheImpl | 
 Implementation of a cache used for lookups of entities related
 to local and external resource references 
 | 
| LRUCache<K,V> | 
 An LRU implementation which limits the maximum number
 of entries and ejects older entries. 
 | 
| NameIdCache<T> | 
  | 
| ResourceTypeMaps | 
 Maps to support easy lookup of resource type by name or id 
 |