Implements cache adapter support-detection interface.

Returns

boolean Always returns `true`.

Source

						public static function enabled() {
		return true;
	}