module ReeDao

def self.drop_cache(thread)

def self.drop_cache(thread)
  ReeDao::Cache.delete_cache(thread)
end

def self.init_cache(thread)

def self.init_cache(thread)
  ReeDao::Cache.init_cache(thread)
end