You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code is relatively complex and in turn doesn't allow all TTL values the underlying Cache::remember() accepts.
This should be changed so the packages trait is primary/only responsible to automatically create the cache key, add the alias methods remember() ... to the model itself and pass everything else to the cache method and let it validate them.
As we are pre-v1 the changes can be breaking (like removing type-hints).
The text was updated successfully, but these errors were encountered:
The current code is relatively complex and in turn doesn't allow all TTL values the underlying
Cache::remember()
accepts.This should be changed so the packages trait is primary/only responsible to automatically create the cache key, add the alias methods
remember()
... to the model itself and pass everything else to the cache method and let it validate them.As we are pre-v1 the changes can be breaking (like removing type-hints).
The text was updated successfully, but these errors were encountered: