mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 23:24:04 +02:00
Flextype Core: Cache - ability to delete glide cache folder added.
This commit is contained in:
@@ -273,8 +273,9 @@ class Cache
|
||||
// Clear opcache
|
||||
function_exists('opcache_reset') and @opcache_reset();
|
||||
|
||||
// Remove cache dir
|
||||
// Remove cache dirs
|
||||
Filesystem::deleteDir(PATH['cache'] . '/doctrine/');
|
||||
Filesystem::deleteDir(PATH['cache'] . '/glide/');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user