Title: hamecache
Author: Fumiki Takahashi
Published: <strong>2019-05-31</strong>
Last modified: 2019-05-31

---

Szukaj wtyczek

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

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# hamecache

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/hamecache/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/hamecache/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/hamecache/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/hamecache/#developers)

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

## Opis

[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.

## Zrzuty ekranu

[⌊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.

## Instalacja

 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.

## Najczęściej zadawane pytania

  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 );
    ```

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„hamecache” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój
wtyczki.

Zaangażowani

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

Wtyczka „hamecache” została przetłumaczona na 1 język. Podziękuj [tłumaczom](https://translate.wordpress.org/projects/wp-plugins/hamecache/contributors)
za ich wkład.

[Przetłumacz wtyczkę “hamecache” na swój język.](https://translate.wordpress.org/projects/wp-plugins/hamecache)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/hamecache/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/hamecache/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/hamecache/)
przez [RSS](https://plugins.trac.wordpress.org/log/hamecache/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.0.0

 * First releaes.

#### 0.9.0

 * First package for plugin repository.

## Meta

 *  Wersja **1.0.0**
 *  Ostatnia aktualizacja **7 lat temu**
 *  Włączone instalacje **30+**
 *  Wersja WordPressa ** 5.0 lub nowszej **
 *  Testowano do **5.2.26**
 *  Wersja PHP ** 5.6 lub nowszej **
 *  Języki
 * [English (US)](https://wordpress.org/plugins/hamecache/) i [Japanese](https://ja.wordpress.org/plugins/hamecache/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/hamecache)
 * Tagi
 * [cache](https://pl.wordpress.org/plugins/tags/cache/)[cloudflare](https://pl.wordpress.org/plugins/tags/cloudflare/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/hamecache/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/hamecache/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/hamecache/)