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.
1 | $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.
1 | $this ->cache->clean(); |
Designed by : w10schools
service@w10schools.com
Please login to continue.