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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.