Example #1
0
 /**
  * Determine whether the cache is enabled.
  *
  * @return bool
  * @static
  */
 public static function useCache()
 {
     return \Pingpong\Themes\Repository::useCache();
 }