PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The difference is features. Use the simplest one that meets your needs. I believe the same person who wrote those also did the Zend Framework cache classes.
arborint wrote:The difference is features. Use the simplest one that meets your needs. I believe the same person who wrote those also did the Zend Framework cache classes.
Cache_Lite is the one currently has a maintainer. Try that one first. Cache is a more general caching system. So if that is what you are looking for, use it. There are several others, such as the Zend Framework one I mentioned.