c0efbf50c4
This package contains a plugin for the Merb framework that provides caching of pages, actions, fragments and objects.
17 lines
564 B
Text
17 lines
564 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/04/04 15:23:39 jlam Exp $
|
|
|
|
The default supported cache stores are ``file'' and ``memory''.
|
|
|
|
To use the ``database'' cache store, a Ruby ORM package needs to be
|
|
installed, e.g.:
|
|
|
|
databases/ruby-activerecord
|
|
databases/ruby-datamapper
|
|
databases/ruby-sequel-model
|
|
|
|
To use the ``memcache'' cache store, the following package needs to be
|
|
installed:
|
|
|
|
devel/ruby-memcache
|
|
===========================================================================
|