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

Problems with cache providers #266

Closed
olegabr opened this issue Jun 20, 2013 · 1 comment
Closed

Problems with cache providers #266

olegabr opened this issue Jun 20, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@olegabr
Copy link
Member

olegabr commented Jun 20, 2013

  1. The local cache provider returns the same object on all get operations. As a result, modification of any object returned from such a cache modify all other objects returned for the same key, and modify the object in a cache itself. It is true for nontrivial objects.
  2. multi-level cache provider behaviour is incorrect.
  3. CreateKey function does not works with older php versions
@olegabr
Copy link
Member Author

olegabr commented Jun 20, 2013

fixed in #267

@olegabr olegabr closed this as completed Jun 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant