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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@Jono20201 I want caching by default to prevent unnecessary load on the gov.uk servers. It might be worth allowing people to supply their own cache drivers though.
The reason will be displayed to describe this comment to others. Learn more.
@DivineOmega The only reason I say this is because I'm using it within a Laravel application and it is an extra dependency I'd rather not have if I am not going to be using it.
The reason will be displayed to describe this comment to others. Learn more.
@Jono20201 That's understandable. I've used this package inside of Laravel projects as well. Once issue #2 is resolved, I'll consider removing rw-file-cache as a dependency.
cfeb932
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.
Maybe it would be work making this an optional dependency?
cfeb932
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.
@Jono20201 I want caching by default to prevent unnecessary load on the
gov.uk
servers. It might be worth allowing people to supply their own cache drivers though.cfeb932
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.
I've created a new issue regarding this (#2).
cfeb932
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.
@DivineOmega The only reason I say this is because I'm using it within a Laravel application and it is an extra dependency I'd rather not have if I am not going to be using it.
cfeb932
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.
@Jono20201 That's understandable. I've used this package inside of Laravel projects as well. Once issue #2 is resolved, I'll consider removing
rw-file-cache
as a dependency.