-
Notifications
You must be signed in to change notification settings - Fork 922
Create setup cache class and create the datatable cache class #5807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[ci skip] [skip ci]
tabacitu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Niiiice! Something irks my spidey sense a bit here, so I want to take another look at this on Monday with a fresh brain.
[ci skip] [skip ci]
…-Backpack/CRUD into create-setup-cache-class
tabacitu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We. Are. DONE!!
RUN WITH IT, PEDRO! Merge it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gold. We're done here. In this file I mean.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very clean. And well-named. I like it. We're done here.
This creates a general CacheSetup class, that can be used by any entities that need to store some kind of setupClosure in the cache.
At the moment I've created the DatatableCache that stores the setup of the datatable in the cache.