MCPcopy Create free account
hub / github.com/OSGeo/PROJ / clearDiskChunkCache

Method clearDiskChunkCache

src/networkfilemanager.cpp:1084–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082// ---------------------------------------------------------------------------
1083
1084void NetworkChunkCache::clearDiskChunkCache(PJ_CONTEXT *ctx) {
1085 auto diskCache = DiskChunkCache::open(ctx);
1086 if (!diskCache)
1087 return;
1088 diskCache->closeAndUnlink();
1089}
1090
1091// ---------------------------------------------------------------------------
1092

Callers 1

proj_grid_cache_clearFunction · 0.80

Calls 1

closeAndUnlinkMethod · 0.80

Tested by

no test coverage detected