# File lib/stores/cachetastic_stores_local_memory.rb, line 9
  def setup
    self.local_store = {}
  end