⚠️ [ABANDONED] Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
It would be nice to add support and cache results of aggregate methods count, max, min, avg, and sum. It's important to mention that cache already flushed with every create & update so no stale outdated records will be returned.
It would be nice to add support and cache results of aggregate methods
count
,max
,min
,avg
, andsum
. It's important to mention that cache already flushed with everycreate
&update
so no stale outdated records will be returned.