Class Ramaze::Cache::Sequel
In: lib/ramaze/cache/sequel.rb
Parent: Object

Cache based on a Sequel model using relational databases.

Please note that this cache might not work perfectly with Sequel 3.0.0, as the #[] and #[]= methods do not respect serialization. I‘ll lobby for a change in that direction.

Methods

Included Modules

Cache::API

Classes and Modules

Class Ramaze::Cache::Sequel::Table

Public Instance methods

Wipe out all data in the table, use with care.

Delete records for given keys

Setup the table, not suitable for multiple apps yet.

[Validate]