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

Incorrect and missing API documentation (for 2.4) regarding Cache namespace #365

Closed
farzadghanei opened this issue Apr 28, 2015 · 3 comments
Assignees

Comments

@farzadghanei
Copy link

As I followed the API documentation for Cache name space I found there should be an AbsrtractCache class, but there is no such class in reality; Instead CacheProvider is the abstract parent class for implementations. Also there are far more implementations available (Including VoidCache which I needed and I implemented myself, extending AbstractCache) that are missing from the documentation, like VoidCache, FileSystemCache, RedisCache, RiakCache, etc.

@Ocramius
Copy link
Member

That API doc seems totally outdated: we moved cache out of common ages ago...

@beberlei
Copy link
Member

Cache is not its own API project because its not listed in projects.yml of the website. We need to fix that for all new components.

@Majkl578
Copy link
Contributor

Majkl578 commented May 7, 2018

API docs for Cache are now available here: https://www.doctrine-project.org/api/cache/latest/index.html
It is also documented as a separate component now: https://www.doctrine-project.org/projects/cache.html

@Majkl578 Majkl578 closed this as completed May 7, 2018
@Majkl578 Majkl578 self-assigned this May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants