i'm looking for a good php-class to cache PHP pages with items that can expire on different dates/times .. so it only needs to run the functions needed for expired items
i would like to use simple tags within the full html output .. like "<nocache expire=..." .. currently i'm using an own written module for that .. it works fine

.. but i thought there must be something out there where i can take a look at?