class ReeDao::DropCache

def call

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