Title: hamecache
Author: Fumiki Takahashi
Published: <strong>31.05.2019</strong>
Last modified: 31.05.2019

---

Поиск плагинов

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

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

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

# hamecache

 Автор: [Fumiki Takahashi](https://profiles.wordpress.org/takahashi_fumiki/)

[Скачать](https://downloads.wordpress.org/plugin/hamecache.1.0.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/hamecache/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/hamecache/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/hamecache/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/hamecache/#developers)

 [Поддержка](https://wordpress.org/support/plugin/hamecache/)

## Описание

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

## Скриншоты

 * [[
 * You can purge caches for post from admin bar.
 * [[
 * Setting screen. Select post types with which page rules are matching.

## Установка

 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.

## Часто задаваемые вопросы

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

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«hamecache» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад
следующие участники:

Участники

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

«hamecache» переведён на 1 язык. Благодарим [переводчиков](https://translate.wordpress.org/projects/wp-plugins/hamecache/contributors)
за их работу.

[Перевести «hamecache» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/hamecache)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/hamecache/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/hamecache/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/hamecache/) по [RSS](https://plugins.trac.wordpress.org/log/hamecache/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.0.0

 * First releaes.

#### 0.9.0

 * First package for plugin repository.

## Мета

 *  Версия **1.0.0**
 *  Обновление: **7 лет назад**
 *  Активных установок: **30+**
 *  Версия WordPress ** 5.0 или выше **
 *  Совместим вплоть до: **5.2.24**
 *  Версия PHP ** 5.6 или выше **
 *  Языки
 * [English (US)](https://wordpress.org/plugins/hamecache/) и [Japanese](https://ja.wordpress.org/plugins/hamecache/).
 *  [Перевести на ваш язык](https://translate.wordpress.org/projects/wp-plugins/hamecache)
 * Метки:
 * [cache](https://ru.wordpress.org/plugins/tags/cache/)[cloudflare](https://ru.wordpress.org/plugins/tags/cloudflare/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/hamecache/advanced/)

## Оценки

Пока что нет ни одного отзыва.

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

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/hamecache/reviews/)

## Участники

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

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/hamecache/)