mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1143: deprecated or missing method, $cacheDriver->setManageCacheIds(true); #1437
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 @doctrinebot on GitHub (May 10, 2011).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user raiz:
http://www.doctrine-project.org/docs/orm/2.0/en/reference/caching.html
mentions $cacheDriver->setManageCacheIds(true);.
But method absent from V 2.04, possibly just needs a version note next to it.
@doctrinebot commented on GitHub (Apr 1, 2014):
Comment created by @deeky666:
Fixed in commit:
95b8e27bc5@doctrinebot commented on GitHub (Apr 1, 2014):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Apr 1, 2014):
Comment created by @deeky666:
Fix version unknown :(
@doctrinebot commented on GitHub (Apr 1, 2014):
Comment created by @ocramius:
[~deeky666] this doesn't look like fixed, this is an old issue about doctrine/cache.
@doctrinebot commented on GitHub (Apr 1, 2014):
Comment created by @deeky666:
[~ocramius] the issue is about documentation and the method call is not referenced anymore so I thought the documentation issue in ORM is fixed...
@doctrinebot commented on GitHub (Apr 1, 2014):
Comment created by @ocramius:
Yeah, not valid anymore in ORM indeed, plus the cache adapters changed a lot in between.