How do you set cache time lenght of memcache with Zend_cache?

Posted by matt gardner on Stack Overflow See other posts from Stack Overflow or by matt gardner
Published on 2010-05-06T03:49:47Z Indexed on 2010/05/06 3:58 UTC
Read the original article Hit count: 256

Filed under:
|
|
|
|

I know that you can specify how long you want an object cached in memcache, however I setup memcache with Zend's Zend_Cache and there does not appear to be documentation related to how long the item stays in cache.

Anyone know how to do this?

© Stack Overflow or respective owner

Related posts about memcache

Related posts about zend-cache