Ticket Details
cache should allow integer as an expiry, and it should allow for infinite ttl if 0 gets explicitly passed
ENHANCEMENT Ticket (in progress)
###What happened: Currently, the storage API doesn't seem to allow a ttl of 0 (i.e. infinite) for APC, memcached, etc. It also disallows to pass a straightforward integer as a ttl, which would save expensive strtotime calls. ###What was expected: Passing an integer should be allowed, and passing 0 should allow for an infinite ttl.
Updates
on 08.24.10
by ddebernardy
- type was changed to enhancement
on 03.21.11
by daschl
on 03.21.11
by nate
- owner was changed to nate
- status was changed to in progress
on 03.21.11
by nate
- owner was changed to daschl