teamneusta/pimcore-http-cache-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

teamneusta/pimcore-http-cache-bundle

Composer 安装命令:

composer require teamneusta/pimcore-http-cache-bundle

包简介

Adds active cache invalidation to pimcore via cache tags.

README 文档

README

This bundle provides a simple way to handle cache invalidation for Pimcore elements. The Bundle relies on the FOSHttpCacheBundle, which is used to manage a reverse proxy HTTP cache.

Logo

What is an HTTP Reverse Proxy?

An HTTP reverse proxy is a server that sits between your web application and the internet. Instead of serving content directly to clients, it forwards requests to the origin server (your web application) and caches the responses. When the same request comes again, it can serve the cached response directly, reducing load on your origin server and improving response times.

http proxy overview

What is FOS HTTP Cache Bundle?

The FOSHttpCacheBundle is a Symfony bundle that helps manage HTTP caching using reverse proxies. It provides tools to:

  • Invalidate cached content when data changes
  • Configure cache headers
  • Handle cache tags and variations
  • Integrate with various reverse proxy solutions (like Varnish, Fastly, etc.)

What does this Bundle do?

This bundle extends the functionality of FOSHttpCacheBundle specifically for Pimcore. It:

  • Automatically handles cache invalidation for Pimcore elements (documents, assets, objects)
  • Provides Pimcore-specific cache tags and variations
  • Integrates seamlessly with Pimcore's event system
  • Offers custom cache types for different use cases
  • Allows for fine-grained control over caching behavior

In essence, this bundle makes it easy to implement efficient HTTP caching in your Pimcore application while maintaining proper cache invalidation when your content changes.

Documentation

You will find the detailed documentation in the following links:

We hope you will enjoy this bundle as much as we do. If you have any questions or suggestions, please feel free to open an issue on GitHub. This repository is maintained by neusta.

Happy caching!

统计信息

  • 总下载量: 31
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 10
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-03-11