lithium\storage\cache\Adapter::clean PHP Method

clean() public method

Perform garbage collection.
public clean ( ) : boolean
return boolean `true` on successful clean, `false` otherwise.
    public function clean()
    {
        return false;
    }