Method |
Description |
|
confirmFlush ( array $cachesNames ) : boolean |
Prompts user with confirmation if caches should be flushed. |
|
findCaches ( array $cachesNames = [] ) : array |
Returns array of caches in the system, keys are cache components names, values are class names. |
|
isCacheClass ( string $className ) : boolean |
Checks if given class is a Cache class. |
|
notifyCachesCanBeFlushed ( array $caches ) |
Notifies user that given caches are found and can be flushed. |
|
notifyFlushed ( array $caches ) |
|
|
notifyNoCachesFound ( ) |
Notifies user that there was not found any cache in the system. |
|
notifyNotFoundCaches ( array $cachesNames ) |
Notifies user that given cache components were not found in the system. |
|