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
// This could be a cron called each day @3:00AM for instance
use Gregwar\Image\GarbageCollect;
// Removes all the files from ../cache that are more than 30 days
// old. A verbose output will explain which files are deleted
GarbageCollect::dropOldFiles(DIR.'/../cache', 30, true);
Is there any method to perform Garbage Collection in Symfony2?
The text was updated successfully, but these errors were encountered: