summaryrefslogtreecommitdiffstats
path: root/netwerk/cache2/CacheStorageService.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
commit40a355a42d4a9444dc753c04c6608dade2f06a23 (patch)
tree871fc667d2de662f171103ce5ec067014ef85e61 /netwerk/cache2/CacheStorageService.h
parentAdding upstream version 124.0.1. (diff)
downloadfirefox-adbda400be353e676059e335c3c0aaf99e719475.tar.xz
firefox-adbda400be353e676059e335c3c0aaf99e719475.zip
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'netwerk/cache2/CacheStorageService.h')
-rw-r--r--netwerk/cache2/CacheStorageService.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/netwerk/cache2/CacheStorageService.h b/netwerk/cache2/CacheStorageService.h
index 84b63438b0..0adc9f004d 100644
--- a/netwerk/cache2/CacheStorageService.h
+++ b/netwerk/cache2/CacheStorageService.h
@@ -349,9 +349,9 @@ class CacheStorageService final : public nsICacheStorageService,
* Purges entries from memory based on the frecency ordered array.
*/
void PurgeExpiredOrOverMemoryLimit();
- size_t PurgeExpired();
- Result<size_t, nsresult> PurgeByFrecency();
- size_t PurgeAll(uint32_t aWhat);
+ size_t PurgeExpired(size_t minprogress);
+ Result<size_t, nsresult> PurgeByFrecency(size_t minprogress);
+ size_t PurgeAll(uint32_t aWhat, size_t minprogress);
private:
uint32_t Limit() const;