Sha256: 0a7e779be59e60a86f597dcc9e1150563a1d14b38b2dac9cc801d5b7e3e0579e
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
def #{m} Cache.monitor.synchronize do if @cache_version_#{als} == RubyExt::Cache.version("#{vnames}") return @cache_value_#{als} else @cache_version_#{als} = RubyExt::Cache.version("#{vnames}") return @cache_value_#{als} = cached_#{als} end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
RubyExt-0.1.1 | lib/RubyExt/Cache.res/single_version_without_args.txt |
RubyExt-0.1.2 | lib/RubyExt/Cache.res/single_version_without_args.txt |