Add cache API to delete recent entries
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
People
(Reporter: jduell.mcbugs, Unassigned)
References
Details
(Whiteboard: [necko-triaged])
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Reporter | ||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•6 years ago
|
||
Unassigning Michal to move bugs back to triage pool.
Updated•2 years ago
|
Updated•5 months ago
|
Comment 8•5 months ago
|
||
Hey Valentin,
Do we still need this to implement this? Is it impactful enough for us to move it to the necko next?
I'm not sure if this is impactful enough to be worth the effort.
As mentioned in comment 0, there are some scenarios where we'd might want to clear just a certain period of time, such as when leaving a captive portal network. In most other cases we just clear the the entire cache. This has the downside that if we do it too often, it will hurt performance.
The easy way to implement clearing just a time range would be to walk the entire cache, and clear by time range, but given the 2gb file limit, this could mean many thousands of files.
I think it's OK to leave it in the cache for now.
Description
•