You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.