Problem/Motivation
Garbage collection in database backend deletes only expired items. However, when using cache tags we cache entries with CACHE_PERMANENT. This will cause database tables grow without limit.
Garbage collection in database backend deletes only expired items. However, when using cache tags we cache entries with CACHE_PERMANENT. This will cause database tables grow without limit.