MapCache icon indicating copy to clipboard operation
MapCache copied to clipboard

Consistent direct access to sizes in MapCache

Open merlos opened this issue 4 years ago • 0 comments

In 0.6.0 in order to access file and allocated disk sizes:

...
cache: MapCache 
...
print(cache.diskCache.fileSize)
print(cache.calculateDiskSize())

it should be something like

cache.fileSize
cache.diskSize

merlos avatar Nov 24 '19 21:11 merlos