rinvex / laravel-repositories

⚠️ [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.
https://rinvex.com
MIT License
666 stars 115 forks source link

Add support for aggregate methods #80

Closed Omranic closed 8 years ago

Omranic commented 8 years ago

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.