Possible to dynamically define cache directory?
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.7k
- Forks
- 386
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 3
Description
How would I go about setting up a dynamic cache directory? e.g.
```yaml
resolvers:
media_cache:
flysystem:
filesystem_service: oneup_flysystem.media_filesystem
cache_prefix: '_cache/'
```
Is there a service I can override perhaps?
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the `media_cache` resolver configuration, especially `filesystem_service` and `cache_prefix`, and identify whether the referenced service can be overridden. Review how the Flysystem resolver consumes these settings and define done as supporting a dynamic cache-directory value or documenting that service-based customization is required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, symfony
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100