LoggedIn Posted January 12, 2008 Share Posted January 12, 2008 Does PHP include any built in functions for caching? Since my page doesn't change often, I would like it to cache using an Etag. How can I do this? Thanks to any replies. Link to comment https://forums.phpfreaks.com/topic/85646-simple-caching-question/ Share on other sites More sharing options...
toplay Posted January 12, 2008 Share Posted January 12, 2008 I don't recall anything inherently build into PHP (other than buffering). You would use a PEAR package that might have caching, or use template systems such as smarty: http://www.smarty.net Link to comment https://forums.phpfreaks.com/topic/85646-simple-caching-question/#findComment-437095 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.