Skip to content

1.7.0

Choose a tag to compare

@iazaran iazaran released this 20 Jan 13:52
· 25 commits to main since this release
3ee0760

What's Changed

SmartCache now implements Laravel's Repository interface, allowing store() to return a SmartCache instance that maintains all optimizations while being fully compatible with Laravel's cache API.

Changes
SmartCache implements Illuminate\Contracts\Cache\Repository
store() returns SmartCache instance with preserved optimizations
Added repository() for raw cache access when needed
Zero breaking changes for existing users
Benefits
✅ Full Laravel Cache drop-in replacement
✅ Works with Repository type hints
✅ All optimizations preserved across drivers
✅ Backward compatible

Full Changelog: 1.6.0...1.7.0