UPDATED PHP Metameric Cache is a disk based cache mechanism that lets you create cache for selected parts of PHP page or PHP website quickly and easily. It does not depend on URL structure of your website. You can store each cached part with a unique name and then retrieve it or delete it on requirement. This cache will create segmented cache for your web application for those parts that require heavy server processing. Use this to speed up...