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

public static method

Determines if an adapter is available for usage and all preconditions are met (i.e. extension installed).

Override to check for preconditions.

Returns

boolean

true if enabled, false otherwise.

Source

	public static function enabled() {
		return true;
	}