#!/usr/bin/perl use strict; use Cache::FileCache; my $c = new Cache::FileCache({'namespace'=>"foo"}); warn "Previous PID: " . $c->get("pid"); $c->set("pid"=>$$); warn "This PID: " . $c->get("pid");
In reply to Re: persistent cache using Cache::FileCache
by bpphillips
in thread persistent cache using Cache::FileCache
by johnnywang
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |