|
PHP Q: App variables, caching
After years of ASP and ASP.Net work, I'm messing around with a small PHP project. I can deal with the fact that PHP doesn't have application variables, and I've found a few libraries that provide that functionality.
But what I really need is something like ASP.Net's Cache object -- something where I can stuff data into an application-type variable with an expiration date. I figure I could write it myself, but obviously I'd rather get on with the project than reinvent the wheel.
Anyone know any application data cache management libraries for PHP?
Thanks
-b
__________________
ICQ: 12005327
|