lithium\storage\cache\Adapter::clean()

public method

Perform garbage collection.

Returns

boolean

true on successful clean, false otherwise.

Source

	public function clean() {
		return false;
	}