Search found 2 matches

by dangolvert
Thu Jul 03, 2014 11:18 am
Forum: PHP API
Topic: How to set APC caching
Replies: 2
Views: 31547

Re: How to set APC caching

Thank you very much Elliot
by dangolvert
Wed Jul 02, 2014 9:57 pm
Forum: PHP API
Topic: How to set APC caching
Replies: 2
Views: 31547

How to set APC caching

Hey guys. I would like to see an example on how to cache with APC for "file", this is the corresponding line $wurflConfig->cache('file', array('dir' => $cacheDir, 'expiration' => 36000)); for "apc" would be something like this?: $wurflConfig->cache('apc', array(/* What goes here? */)); I already hav...