laminas / laminas-cache

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
https://docs.laminas.dev/laminas-cache/
BSD 3-Clause "New" or "Revised" License
103 stars 52 forks source link

Narrow some more string types to `non-empty-string` #316

Closed boesing closed 5 months ago

boesing commented 5 months ago
Q A
QA yes

Description

This narrows down some more string identifiers such as key for MetadataCapableInterface and TaggableInterface, namespace for ClearByNamespaceInterface and prefix for ClearByPrefixInterface.