Search found 1 match
- Tue Oct 26, 2010 2:27 am
- Forum: PHP - Code
- Topic: PHP Cache
- Replies: 0
- Views: 178
PHP Cache
Hi, I have tried to implement php cache for my project however I could not able to find the solution to implement.The below functions used to represent the cache functions. var $cacheDir = '../cache/'; // The default directory where to store chached files var $cacheFile = ''; // The content of the a...