2011-06-03, 03:10 PM
Just wanted to say that I just used PluginLibrary 3 to create a small plugin for use with a theme I'm making and that it really sped things up (especially as I was dealing with the cache).
One thing I would like to propose is some kind of way to check when a cache was last updated. For this plugin, I just added a "lastupdated" timestamp to the cached data, but a method to check it would help (as the timestamp would be applied to the cache automatically). I don't reckon this should be too hard from reading the documentation as you stated the cache was stored in the filesystem, correct?
Anyway, great work once again.
One thing I would like to propose is some kind of way to check when a cache was last updated. For this plugin, I just added a "lastupdated" timestamp to the cached data, but a method to check it would help (as the timestamp would be applied to the cache automatically). I don't reckon this should be too hard from reading the documentation as you stated the cache was stored in the filesystem, correct?
Anyway, great work once again.