Class MemoryBinaryStorageSvcImpl

java.lang.Object
ca.uhn.fhir.jpa.binary.svc.BaseBinaryStorageSvcImpl
ca.uhn.fhir.jpa.binstore.MemoryBinaryStorageSvcImpl
All Implemented Interfaces:
IBinaryStorageSvc

Purely in-memory implementation of binary storage service. This is really only appropriate for testing, since it doesn't persist anywhere and is limited by the amount of available RAM.