Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

[Feature Request] Make Cache System off for specific request #6

Closed
tyloo opened this issue Jul 29, 2015 · 1 comment
Closed

[Feature Request] Make Cache System off for specific request #6

tyloo opened this issue Jul 29, 2015 · 1 comment
Assignees
Milestone

Comments

@tyloo
Copy link

tyloo commented Jul 29, 2015

Hello,

I have set the trait ShouldCache for a model on my frontend, but I need to set it off for the backend. It would be great to be able to set the caching off for specific calls.

ex : $repository->noCache()->all();
and the opposite (maybe) :
$repository->cache($tag = null)->all();

What do you think?

@SebastianBerc
Copy link
Owner

It's a good idea. I thought about that some time ago, but at least I forgot to do this. I am going to do this implementation as soon as I can.

@SebastianBerc SebastianBerc self-assigned this Jul 29, 2015
@SebastianBerc SebastianBerc added this to the 1.1.0 milestone Jul 29, 2015
@SebastianBerc SebastianBerc closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants