Back to CacheStorage class

Method gc

public bool
gc
()
Garbage collect expired cache data
Returns
  • bool
Since
  • 1.7.0
Class: CacheStorage
Project: Joomla

Method gc - Source code

/**
 * Garbage collect expired cache data
 *
 * @return  boolean
 *
 * @since   1.7.0
 */
public function gc()
{
    return true;
}