コード例 #1
0
ファイル: subscriptions.php プロジェクト: annggeel/tienda
 /**
  * Clean the cache
  *
  * @return  void
  *
  * @since   11.1
  */
 public function clearCache()
 {
     parent::clearCache();
     self::clearCacheAuxiliary();
 }