summaryrefslogtreecommitdiff
path: root/www/merb-cache/MESSAGE
blob: 78ec0ad65c2066352424aa25820ed270580c74bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===========================================================================
$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
===========================================================================