NAME
Cac::Routine - Call COS routines or functions
SYNOPSIS
use Cac::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
Cac, Cac::Global, Cac::Bind, Cac::ObjectScript, Cac::ObjectScript.
AUTHOR
Stefan Traby <stefan@hello-penguin.com>
http://hello-penguin.com