class ReeDao::InitCache

def call

def call
  dao_cache.add_thread_cache(Thread.current)
  nil
end