Egg::Model::Cache

Model for cashe
Download

Egg::Model::Cache Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Masatoshi Mizuno
  • Publisher web site:
  • http://search.cpan.org/~lushe/

Egg::Model::Cache Tags


Egg::Model::Cache Description

Model for cashe Egg::Model::Cache is a model to use cashe.To use it, the CACHE controller is generated under the control of the project with the helper.see Egg::Helper::Model::Cache. % cd /path/to/MyApp/bin % ./egg_helper M::Cache The CACHE controller is set up when the project is started by this and using it becomes possible.Two or more CACHE controllers can be used at the same time.SYNOPSIS my $cahce= $e->model('cache_label'); # Data is set in the cache. $cache->set( data_name => 'HOGE' ); # Data is acquired from cashe. my $data= $cache->get('data_name'); # Cashe is deleted. $cache->remove('data_name'); Requirements: · Perl


Egg::Model::Cache Related Software