Sha256: 4642e0d270388f0427055873f7f37bbf92eb0bc8b5ca1865fe7b3ed5ce7d020b
Contents?: true
Size: 224 Bytes
Versions: 39
Compression:
Stored size: 224 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_cache(Thread.current) nil end end
Version data entries
39 entries across 39 versions & 1 rubygems