Query: catalyst::plugin::cache::curried
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Catalyst::Plugin::Cache::Curried(3pm) User Contributed Perl Documentation Catalyst::Plugin::Cache::Curried(3pm)NAMECatalyst::Plugin::Cache::Curried - Curried versions of "cache_set", "cache_get" and "cache_remove" that look more like a backend.SYNOPSISmy $curried = $c->cache( %meta ); $curried->get( $key, $value ); # no need to specify %metaDESCRIPTIONSee "META DATA" in Catalyst::Plugin::Cache for details.METHODSnew %meta Create a new curried cache, that captures %meta. backend %additional_meta This calls "choose_cache_backend" on the $c object with the captured meta and the additional meta. set $key, $value, %additional_meta get $key, %additional_meta remove $key, %additional_meta compute $key, $code, %additional_meta Dellegate to the "c" object's "cache_set", "cache_get", "cache_remove" or "cache_compute" with the arguments, then the captured meta from "meta", and then the additional meta. meta Returns the array ref that captured %meta from "new". c The captured $c object to delegate to. perl v5.14.2 2012-03-13 Catalyst::Plugin::Cache::Curried(3pm)
Similar Topics in the Unix Linux Community |
---|
Introduction |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |