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