# File lib/thread_safe/non_concurrent_cache_backend.rb, line 7
    def initialize(options = nil)
      @backend = {}
    end