class ReeDao::DropCache

def call

def call
  dao_cache.drop_thread_group_cache(Thread.current.group)
  nil
end