noCache property

StoreStats noCache

Force re-calculation for all statistics instead of retrieving from stats cache

Implementation

StoreStats get noCache =>
    StoreStats(_storeDirectory, forceRecalculation: true);