class Pumi::StoreCache

def initialize(data_store)

def initialize(data_store)
  super(data_store)
  @cached = {}
end