Micro-PHP / Micro-PHP/plugin-doctrine
Implements ORM cache.
Open
enhancement
good first issue
- Dominant language
- PHP
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Implements ORM cache.
1. read the docs https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/caching.html#caching
2. Implements CacheAdapterFactory (CAF).
3. Implements Business/Connection/ConfigurationFactoryInterface. (CAI)
4. Provide CAI to here https://github.com/Micro-PHP/plugin-doctrine/blob/master/src/Business/Connection/ConnectionFactory.php
5. DriverManager::getConnection() - CAI->create should be as second argument.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.