bear/query-repository 问题修复 & 功能扩展

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

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

bear/query-repository

最新稳定版本:1.13.0

Composer 安装命令:

composer require bear/query-repository

包简介

AboutResource Query Responsibility Segregation (RQRS) is a caching framework for BEAR.Sunday that optimizes performance by separating query and command responsibilities. It features event-driven cache invalidation, dependency resolution, donut caching, CDN integration, and conditional requests.

README 文档

README

Scrutinizer Code Quality codecov Type Coverage Coding Standards Static Analysis Continuous Integration

BEAR.QueryRepository is a distributed caching framework for BEAR.Resource applications, inspired by CQRS. It segregates reads and writes into separate repositories to optimize performance and resource utilization.

Key Features

  • Event-Driven Cache Invalidation: Automatically invalidates cache when data changes, ensuring consistency.
  • Dependency Resolution: Resolves dependencies between resources and updates related caches automatically.
  • Donut Caching: Combines dynamic and static content for efficient partial caching.
  • CDN Integration: Seamlessly integrates with modern CDNs (e.g., Fastly, Akamai) for shared cache management.
  • Conditional Requests with ETag Support: Reduces network overhead by leveraging ETag and 304 Not Modified responses.
  • Distributed Cache Support: Works with server-side caches (e.g., Redis, APC), shared caches (e.g., CDNs), and client-side caches.

Documentation

For more details, check out the BEAR.Sunday cache manual.

统计信息

  • 总下载量: 520.28k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 3
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-30