News Feed
Jobs Feed
Sections




News Archive
Till Klampaeckel's Blog:
APC get a key's expiration time
November 11, 2010 @ 11:28:55

Till Klampaeckel has shown off one of the "best kept secrets" about the APC caching tool that not many people seem to use - getting a key's expiration time that can be useful to tell other applications how long the data will be good for.

APC offers a bunch of very useful features - foremost a realpath cache and an opcode cache. However, my favorite is neither: it's being able to cache data in shared memory. How so? Simple: use apc_store() and apc_fetch() to persist data between requests. The other day, I wanted use a key's expiration date to send the appropriate headers (Expires and Last-Modified) to the client, but it didn't seem like APC supports this out of the box yet.

He includes a quick bit of sample code that defines an "apc_exire" function that grabs the expiration information as returned by apc_cache_info - the "ttl" and "creation_time" values.

0 comments voice your opinion now!
apc cache expiration time


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Framework Hidden Gems: Zend_Cache

Christian Stocker's Blog: php xslcache extension by the New York Times

Brandon Savage's Blog: Hitting the Database Less: Quick and Dirty Strategies for Database Efficiency

PurpleRockScissors.com: Avoiding Cache Stampedes with Pseudo-Locks

Tony Bibbs' Blog: What Zend Might Not Want You To Know


Community Events











Don't see your event here?
Let us know!


development release tool example introduction functional phpunit opinion composer testing framework interview code unittest podcast zendframework2 series conference community language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework