MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / setCacheSize

Method setCacheSize

multiresolutionimageinterface/DICOMImage.cpp:20–22  ·  view source on GitHub ↗

We are using OpenSlides caching system instead of our own.

Source from the content-addressed store, hash-verified

18
19// We are using OpenSlides caching system instead of our own.
20void DICOMImage::setCacheSize(const unsigned long long cacheSize) {
21
22}
23
24bool DICOMImage::initializeType(const std::string& imagePath) {
25 std::unique_lock<std::shared_mutex> l(*_openCloseMutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected