Hi all:
There's a bunch of different Cache implementations in CPAN. I'm using Cache::File (because it is installed on my operating system) but I also see references to File::Cache, Cache:FileCache, Cache::Cache, and so on. Many appear to be implementations of "the cache interface" which appears to be either module "Cache" or "Cache::Cache".
A google search for the right documentation is difficult. Can anyone explain the different Cache implementations (with emphasis on file caching) and why there are so many?
Bonus points for telling me what I actually set out to discover: what's the syntax for the expiration time values in Cache::File? Ive only seen a few examples like 600 or '600 sec', but no explanation of the full syntax.
Thanks.
Update: I think I have found the answer to my bonus question here.