Help for this page
sub CheckCache { ... # no reason to play this game every time goto &$sub; }
my $cache = new Cache::Cache; $cache->CheckCache("key",\&sub,$time); # Object oriented ... Or Cache::CheckCache("key",\&sub,$time); # in non OO