Sha256: b54408c6853cc6fe237d4028c05b72f846c2ea396052ab2da424af1fcd6f00da
Contents?: true
Size: 236 Bytes
Versions: 7
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true class ReeDao::DropCache include Ree::FnDSL fn :drop_cache do link :dao_cache end contract(None => nil) def call dao_cache.drop_thread_group_cache(Thread.current.group) nil end end
Version data entries
7 entries across 7 versions & 1 rubygems