Skip to content
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

Add Cache specification #35

Merged
merged 3 commits into from
Mar 15, 2015
Merged

Conversation

cakper
Copy link
Contributor

@cakper cakper commented Aug 30, 2014

Blocked by #39

@Nyholm I've prepared cache specification, basic one so far, but I think we may need to add options for Cache Profiles, Drivers etc.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.72%) when pulling 4488306 on cakper:feature/cache-specification into 0b3888e on Happyr:master.

@Nyholm
Copy link
Member

Nyholm commented Aug 30, 2014

Looks good. 👍 Let's finish #34 before we merge this one.

@cakper
Copy link
Contributor Author

cakper commented Aug 30, 2014

Cool, sounds good, I'll also add factory method for cache :)

@Nyholm
Copy link
Member

Nyholm commented Aug 30, 2014

hehe great =)

Because that is what our contribution file says =)

@cakper
Copy link
Contributor Author

cakper commented Aug 30, 2014

Hehe, nice :) I'm on a train now so wifi is not good, so in worst case I'll update it when I'll be back in London :)

@cakper
Copy link
Contributor Author

cakper commented Aug 30, 2014

@Nyholm updated :)

@coveralls
Copy link

Coverage Status

Coverage increased (+1.56%) when pulling 4bc7d77 on cakper:feature/cache-specification into af44aac on Happyr:master.

*/
public function modifyQuery(AbstractQuery $query)
{
$query->setResultCacheLifetime($this->cacheLifetime);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you leave out $this->parent->modifyQuery($query) intentionally?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Nyholm your question led me to some conclusions, will open a new issue.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which is?

@cordoval
Copy link
Contributor

please @cakper could you rebase?

@cakper cakper changed the title Add Cache specification [Blocked] Add Cache specification Sep 16, 2014
@Nyholm Nyholm changed the title [Blocked] Add Cache specification Add Cache specification Sep 17, 2014
@Nyholm
Copy link
Member

Nyholm commented Sep 17, 2014

This is not blocked anymore (since merge of #56)

@cordoval
Copy link
Contributor

all road blocks were taken off, ping. I think adding adding cache is complicating unnecessarily the library for now but ok.

@Nyholm Nyholm mentioned this pull request Mar 13, 2015
@Nyholm Nyholm merged commit 4bc7d77 into Happyr:master Mar 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants