
Package org.hl7.fhir.r4.context
package org.hl7.fhir.r4.context
-
ClassDescriptionCanonicalResourceManager<T extends MetadataResource>This manages a cached list of resources, and provides high speed access by URL / URL+version, and assumes that patch version doesn't matter for access note, though, that not all resources have semver versionsThis is the standard interface used for access to underlying FHIR services through the tools and utilities provided by the reference implementation.This implements a two level cache. - a temporary cache for remmbering previous local operations - a persistent cache for rembering tx server operations the cache is a series of pairs: a map, and a list. the map is the loaded cache, the list is the persiistent cache, carefully maintained in order for version control consistency