Hi, has anyone here had experience with shared memory functions? Does anyone know how you can use it for say a caching type thing? I am not very familiar with linux stuff and would love some sample code. I want to use it to cache most common database queries that do not change, but when the records are updated or deleted, I also want a way to remove it from the cache. Thanks!