semitexa/cache
最新稳定版本:2026.05.08.1640
Composer 安装命令:
composer require semitexa/cache
包简介
Semitexa Cache - tenant-aware cache store with Redis backing, namespaces, and tag invalidation
README 文档
README
Tenant-aware cache store with Redis backing, namespace isolation, and tag-based invalidation.
Purpose
Provides a cache abstraction with pluggable backends. The default Redis store supports key namespacing for tenant isolation, tag groups for batch invalidation, and TTL-based expiration.
Role in Semitexa
Depends on semitexa/core. Uses Predis as the default backend. Becomes tenant-aware when paired with the Tenancy package via CacheNamespaceResolverInterface.
Key Features
RedisCacheStorewith Predis backendArrayCacheStorefor testing and development- Tenant-aware key namespacing via
CacheNamespaceResolverInterface - Tag-based invalidation with
TagSet CacheStoreInterfacecontract for custom backends
统计信息
- 总下载量: 76
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-23