1 个仓库
Design patterns using common interfaces to ensure multiple implementations remain interchangeable across libraries.
Distinct from Interface-Driven Validation: Focuses on interoperability specifications rather than validation logic.
Explore 1 awesome GitHub repository matching software engineering & architecture · Interoperability Specifications. Refine with filters or upvote what's useful.
该项目是 PHP 的缓存抽象层和接口标准,专门定义了 PSR-6 缓存规范。它建立了一套一致的类型定义和缓存项及缓存池契约,以确保不同 PHP 库之间的互操作性。 该规范通过将高级缓存逻辑与低级存储实现分离,防止了供应商锁定。这允许在不更改应用程序代码的情况下更换不同的缓存后端。 该项目专注于通过使用通用方法签名和类型安全定义来实现 PHP 缓存标准化和库互操作性。这创建了一个与供应商无关的缓存层,使多个存储提供程序保持可互换性。
Defines common method signatures to ensure caching implementations remain interchangeable across libraries.