Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.
/ cache-access Public archive

An interface to Memcache-Client which makes it simple to configure and use under Rails

Notifications You must be signed in to change notification settings

craigw/cache-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Cache Access
============

A configuration and access point for the Cache. Can be used by Rails as a fragment cache thus:

    config.cache_store = BarkingIguana::CacheAccess.rails_configuration

Or directly if you'd prefer:

    BarkingIguana::CacheAccess.get(:key) # => :value

About

An interface to Memcache-Client which makes it simple to configure and use under Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages