Title: hamecache
Author: Fumiki Takahashi
Published: <strong>31. Mai 2019</strong>
Last modified: 31. Mai 2019

---

Plugins suchen

![](https://ps.w.org/hamecache/assets/banner-772x250.jpg?rev=2098366)

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

![](https://ps.w.org/hamecache/assets/icon-256x256.png?rev=2098366)

# hamecache

 Von [Fumiki Takahashi](https://profiles.wordpress.org/takahashi_fumiki/)

[Herunterladen](https://downloads.wordpress.org/plugin/hamecache.1.0.0.zip)

 * [Details](https://de.wordpress.org/plugins/hamecache/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/hamecache/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/hamecache/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/hamecache/#developers)

 [Support](https://wordpress.org/support/plugin/hamecache/)

## Beschreibung

[CloudFlare](https://cloudflare.com) is a popular CDN service. They caches static
files like `.jpg`, `.css` or `.html`, but they doesn’t cache dynamic pages generated
by WordPress without [Page Rule](https://www.cloudflare.com/features-page-rules/must-use-page-rules/).

Once Page Rules are set, for exmple, `https://examle.com/article/*`, every single
page will be cached(of course, your permalink structure should be like `https://
example.com/article/2019/01/01/POST_ID`).

This plugin **hamecache** provides cache control feature. If you update your article,
hamecache automatically flush related caches on cloudflare edge location.

## Screenshots

[⌊You can purge caches for post from admin bar.⌉⌊You can purge caches for post from
admin bar.⌉[

You can purge caches for post from admin bar.

[⌊Setting screen. Select post types with which page rules are matching.⌉⌊Setting
screen. Select post types with which page rules are matching.⌉[

Setting screen. Select post types with which page rules are matching.

## Installation

 1. Upload `hamecache` directory to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress.
 3. Go to ‚Setting > Cache Setting‘ and enter your email address and API key which 
    you can get your profile page on [cloudflare](https://dash.cloudflare.com)
 4. Select URL to be purged. Post type, top page, extra pages, and so on.

## FAQ

  How can I contribute?

We host our sources on [GitHub](https://github.com/hametuha/hamecache), so please
feel free to send [PR](https://github.com/hametuha/hamecache/pulls) or to make [issues](https://github.com/hametuha/hamecache/issues).

  I have custom pages. How can I purge these URLs?

You can use `hamecache_urls_to_be_purged` filter hook for them.

    ```
    add_filter( 'hamecache_urls_to_be_purged', function( $urls, $post ) {
        // Add your custom URL.
        $urls[] = your_custom_link( $post );
        return $urls;
    }, 10, 2 );
    ```

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„hamecache“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Hametuha INC. ](https://profiles.wordpress.org/hametuha/)

„hamecache“ wurde in 1 Sprache übersetzt. Danke an [die Übersetzer](https://translate.wordpress.org/projects/wp-plugins/hamecache/contributors)
für ihre Mitwirkung.

[Übersetze „hamecache“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/hamecache)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/hamecache/), 
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/hamecache/) an oder
abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/hamecache/)
per [RSS](https://plugins.trac.wordpress.org/log/hamecache/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.0.0

 * First releaes.

#### 0.9.0

 * First package for plugin repository.

## Meta

 *  Version **1.0.0**
 *  Zuletzt aktualisiert **vor 7 Jahren**
 *  Aktive Installationen **30+**
 *  WordPress-Version ** 5.0 oder höher **
 *  Getestet bis **5.2.24**
 *  PHP-Version ** 5.6 oder höher **
 *  Sprachen
 * [English (US)](https://wordpress.org/plugins/hamecache/) und [Japanese](https://ja.wordpress.org/plugins/hamecache/).
 *  [Übersetze in deine Sprache](https://translate.wordpress.org/projects/wp-plugins/hamecache)
 * Schlagwörter
 * [cache](https://de.wordpress.org/plugins/tags/cache/)[cloudflare](https://de.wordpress.org/plugins/tags/cloudflare/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/hamecache/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

[Your review](https://wordpress.org/support/plugin/hamecache/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/hamecache/reviews/)

## Mitwirkende

 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Hametuha INC. ](https://profiles.wordpress.org/hametuha/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/hamecache/)