Registry / utility / hashcache

hashcache

JSON →
library0.2.10rbrubygemsunverified

A simple hash-based caching library for Ruby.

gem install hashcache
INSTALL
IMPORT
SIG · HASHCACHE
H
hashcache
utilityrubyv0.2.10
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.

HashCache
require 'hashcache'

Create a cache, set and get a value.

require 'hashcache' cache = HashCache.new cache.set('key', 'value') puts cache.get('key')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.10latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
hashcache — gem install hashcache · libregistry