mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-47: Improve query resultset cache control #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beberlei on GitHub (Oct 14, 2009).
Jira issue originally created by user jwage:
We need better control for setting the hash/key for resultset cache entries. Then provide a way to clear these cache entries.
http://trac.doctrine-project.org/ticket/2042
and now
@beberlei commented on GitHub (Oct 15, 2009):
Comment created by 'romanb':
The problematic part here is that APC/memcache/xcache dont have any notion of tags or tagging cache entries. They provide simple a simple key/value store. So we need to work with that.
@beberlei commented on GitHub (Oct 22, 2009):
Issue was closed with resolution "Fixed"