class Bootsnap::LoadPathCache::Store

def initialize(store_path)

def initialize(store_path)
  @store_path = store_path
  load_data
end