| Cac documentation | view source | Contained in the Cac distribution. |
Cac::Routine - Call COS routines or functions
use Cac::Routine; Do "tag", "routine", @args my $rc = Call "tag", "routine", @args
This module gives you a high-performance call-gate into Cache.
The following functions (which are all exported) exist:
Performs a DO and returns nothing.
Calls a Cache Function and returns it's result.
none.
Stefan Traby <stefan@hello-penguin.com> http://hello-penguin.com
| Cac documentation | view source | Contained in the Cac distribution. |