Cache UI is a Laravel package that enables developers to interactively search, list, and delete individual cache keys through a CLI interface or programmatic API. It supports multiple cache drivers including Redis, File, and Database, eliminating the need to purge entire caches when managing specific keys. The package provides methods to retrieve all cache keys from default or specific stores and selectively remove keys without affecting other cached data.
Sort: