The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Egg::Model::Cache::Base - Base class to succeed to from CACHE controller.

DESCRIPTION

It is a base class to succeed to from the CACHE controller who generates it with Egg::Helper::Model::Cache.

METHODS

This module operates as Wrapper of the module passed to 'setup_cache' method.

Therefore, the method that can be used in the module set by 'setup_cache' method is different.

setup_cache ([CACHE_MODULE])

It is set up to use CACHE_MODULE.

  __PACKAGE__->setup_cache('Cache::Memcached');

cache

It is a method of can use and when 'setup_cache' is done.

The object of the module passed by 'setup_cache' is returned.

SEE ALSO

Egg::Release, Egg::Model, Egg::Model::Cache, Egg::Helper::Model::Cache, Egg::Component::Base,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.