Major overhaul of caching system (work in progress)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / cache / builder / ClipboardActionCacheBuilder.class.php
index 53550d6ec5f4a9d9356c253b68ca5f3eedd7b3c0..7c613ea0d15953980d7b4f78c0f455247079cf8e 100644 (file)
@@ -6,17 +6,17 @@ use wcf\data\clipboard\action\ClipboardActionList;
  * Caches clipboard actions.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.cache.builder
  * @category   Community Framework
  */
-class ClipboardActionCacheBuilder implements ICacheBuilder {
+class ClipboardActionCacheBuilder extends AbstractCacheBuilder {
        /**
-        * @see wcf\system\cache\ICacheBuilder::getData()
+        * @see wcf\system\cache\builder\AbstractCacheBuilder::rebuild()
         */
-       public function getData(array $cacheResource) {
+       public function rebuild(array $parameters) {
                $actionList = new ClipboardActionList();
                $actionList->readObjects();