mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
[PR #627] [MERGED] update document on Doctrine cache provider #8465
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/627
Author: @chuanma
Created: 3/22/2013
Status: ✅ Merged
Merged: 3/24/2013
Merged by: @beberlei
Base:
master← Head:master📝 Commits (1)
94ceb0eDocument: delete the doc for a number of cache provider methods that don't exist📊 Changes
1 file changed (+0 additions, -54 deletions)
View changed files
📝
docs/en/reference/caching.rst(+0 -54)📄 Description
A number of methods have been deleted long time ago. But they still show up on the document page.
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/caching.html#deleting
http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/caching.html#counting
I checked source code. Most of the methods don't exist. They are better to be removed from the doc. I tried to use those functions and was surprised that they didn't exist.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.