An open API service indexing awesome lists of open source software.

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

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
```