Hi y'all, I hope this group is not only meant for install problems and also for development remarks... If so. Could the caching mechanism be rewritten to include a expiry date? A boolean caching mechanism has to many disadvantages, IMHO. propose: public long expiresOn(); current: public boolean isCachable(); Jeroen