Open
Description
Nette Cache FileStorage runs clean() with a 0.001 probability - a sane and sensible default, works great.
However the other provided storage methods, such as SQLiteStorage and MemcachedStorage, do NOT automatically run clean(), instead relying on the developer to add their own mechanism to periodically delete expired entries.
This makes the behaviour of the different storage methods inconsistent.
In addition, the need for developers to add their own mechanism is not mentioned anywhere in the documentation.
Metadata
Metadata
Assignees
Labels
No labels