Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sqlitecache

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlitecache

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

== SQLiteCache

SQLiteCache is a gem to allow you cache slow operations in ruby code. It provides a simple API to make it easy to add caching to your ruby code.

RubyForge Project Page http://rubyforge.org/projects/sqlitecache/

== Installing

You may get the latest stable version from Rubyforge. Source gems are also available.

$ gem install sqlitecache

=== Loading sqlitecache gem itself

You have installed the gem already, yeah?

require 'rubygems' require 'sqlitecache'

== Example

cache = SqliteCache('my_cache.db') result = cache.do_cached('key') do my_intensive_operation end

== Resources

Documentation: http://sqlitecache.rubyforge.org/

== Contact

Author:: Nicholas J Humfrey Email:: njh@aelius.com Home Page:: http://www.aelius.com/njh/ License:: Distributes under the same terms as Ruby

FAQs

Package last updated on 25 Jul 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc