# File lib/moneta/cache.rb, line 105
    def features
      @features ||= ((@cache.features + [:create, :increment]) & @adapter.features).freeze
    end