# File lib/active_support/cache/strategy/local_cache.rb, line 32
          def write_entry(key, value, options)
            @data[key] = value
            true
          end