clean()
Returns: | TRUE on success, FALSE on failure |
---|---|
Return type: | bool |
This method will ‘clean’ the entire cache. If the deletion of the cache files fails, the method will return FALSE.
$this->cache->clean();
clean()
Returns: | TRUE on success, FALSE on failure |
---|---|
Return type: | bool |
This method will ‘clean’ the entire cache. If the deletion of the cache files fails, the method will return FALSE.
$this->cache->clean();
Please login to continue.