The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Cache::Routine - Call COS routines or functions

SYNOPSIS

  use Cache::Routine;

  Do "tag", "routine", @args
  my $rc = Call "tag", "routine", @args

DESCRIPTION

This module gives you a high-performance call-gate into Cache.

FUNCTIONS

The following functions (which are all exported) exist:

Do $tag, $routine, [ @args ]
  Performs a DO and returns nothing.
Call $tag, $routine, [ @args ]
  Calls a Cache Function and returns it's result.

EXPORTS

 none.

SEE ALSO

Cache, Cache::Global, Cache::Bind, Cache::ObjectScript, Cache::ObjectScript.

AUTHOR

 Stefan Traby <stefan@hello-penguin.com>
 http://hello-penguin.com