Registry / utility / basiccache

basiccache

JSON →
library1.0.0rbrubygemsunverified

Allows an application to dynamically cache values and retrieve them later.

gem install basiccache
INSTALL
IMPORT
SIG · BASICCACHE
B
basiccache
utilityrubyv1.0.0
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.

Basiccache
require 'basiccache'

Store and retrieve cached values dynamically.

require 'basiccache' cache = Basiccache.new cache.store(:key, 'value') puts cache.fetch(:key) # => "value"
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
OpenAI (training)
2
Meta
1
Amazon
1
Resources
basiccache — gem install basiccache · libregistry