sergiokas / ahn_cache

Adhearsion cache management plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AhnCache

Caching layer for Adhearsion's Celluloid Actors

Usage

Add to your Adhearsion's app bundle

gem "ahn_cache", :git => "git@github.com:/krakatoa/ahn_cache.git"

Config file

Caching (per-environment) configuration is stored in /config/cache.yml

Redis usage

development:
  backend: redis
  url: 'redis://your-redis-host:6379/0'
  ttl: 30

Ehcache usage

development:
  backend: ehcache
  ttl: 30

About

Adhearsion cache management plugin


Languages

Language:Ruby 100.0%