https://github.com/mysiar/cachedentityrepository
Result cached Entity Rpository
https://github.com/mysiar/cachedentityrepository
apcu cache doctrine repository symfony3
Last synced: about 1 month ago
JSON representation
Result cached Entity Rpository
- Host: GitHub
- URL: https://github.com/mysiar/cachedentityrepository
- Owner: mysiar
- Created: 2017-06-10T09:44:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T10:37:25.000Z (about 9 years ago)
- Last Synced: 2025-01-13T09:09:41.815Z (over 1 year ago)
- Topics: apcu, cache, doctrine, repository, symfony3
- Language: PHP
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CachedEntityRepository
======================
Result cache entity repository with 4 find methods implemented.
app/config/config.yaml
```yaml
doctrine:
orm:
query_cache_driver:
type: apcu
metadata_cache_driver:
type: apcu
result_cache_driver:
type: apcu
```