I'm writing a caching API in PHP. It does everything I need it to do, but I'm contributing it back to a project where other people may use it for other things. In the code review, I was asked to make sure that it had all the standard methods one expects in a caching API.I'm writing a caching API in PHP. It does every