Registry / utility / filecache

filecache

JSON →
library1.0.3rbrubygemsunverified

A file-based caching library.

gem install filecache
INSTALL
IMPORT
SIG · FILECACHE
F
filecache
utilityrubyv1.0.3
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.

FileCache
require 'filecache'

Create a file cache, set and retrieve a value.

require 'filecache' cache = FileCache.new('my_cache') cache.set('key', 'value') cache.get('key')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
filecache — gem install filecache · libregistry