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

enabled() public static method

Override to check for preconditions.
public static enabled ( ) : boolean
return boolean `true` if enabled, `false` otherwise.
    public static function enabled()
    {
        return true;
    }