In the last exciting episode of Das Internet, Matt Sergeant sent forth the
following words of wisdom:
Should be fairly easy (maybe). You'd have to serialise the structure to
disk (Storable) into a AxKit::Cache object, but that's fairly trivial.
The hard part is getting the caching just right (the duration/ttl
stuff).
Really? What does AxKit::Cache really do?
It's a cache module. It caches things ;-)
I would've thought the opposite; that since this is at the individual
taglib level, and all of the AxKit caching (per pipeline stage) would be
completely seperate. How would you envision that the two would be
integrated?
You just re-use the cache module.
As for getting the caching 'just right (duration/ttl)' , I would think this would be semi-trivial by using already existing Cache::Cache type objects from CPAN, unless of course we want to keep it more internal to AxKit.
Hence the use of AxKit::Cache ;-)
Matt.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
