JCacheStorageXcache::gc
Garbage collect expired cache data
This is a dummy, since xcache has built in garbage collector, turn it on in php.ini by changing default xcache.gc_interval setting from 0 to 3600 (=1 hour)
Signature
public function gc()
Returns
- boolean
- True on success, false otherwise.