Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file cache life time #16

Closed
broklyngagah opened this issue Apr 24, 2013 · 2 comments
Closed

file cache life time #16

broklyngagah opened this issue Apr 24, 2013 · 2 comments

Comments

@broklyngagah
Copy link

hi,, how to set the max life time for file cache ??

@winzou
Copy link
Owner

winzou commented Apr 24, 2013

Hi,

This is the third argument of LifeTimeFile cache :

$cache = $this->get('winzou_cache.lifetimefile');
$cache->save('bar', $bar, 300); // 300 being the lifetime in seconds

@broklyngagah
Copy link
Author

ok.. it work.. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants