Registry / utility / zache
library0.15.2rbrubygemsunverified

Zero-footprint in-memory thread-safe cache.

gem install zache
INSTALL
IMPORT
SIG · ZACHE
Z
zache
utilityrubyv0.15.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Zache
require 'zache'

Store and retrieve a value with a TTL.

require 'zache' cache = Zache.new cache.set(:key, 'value', ttl: 60) cache.get(:key)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Resources
zache — gem install zache · libregistry