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

Avoid caching of local file contents in FilesystemCachingContentProvider #177

Closed
ohecker opened this issue May 12, 2023 · 0 comments · Fixed by #178
Closed

Avoid caching of local file contents in FilesystemCachingContentProvider #177

ohecker opened this issue May 12, 2023 · 0 comments · Fixed by #178
Assignees
Labels
enhancement New feature or request

Comments

@ohecker
Copy link
Member

ohecker commented May 12, 2023

Content of URLs starting with "file:" (i.e. referencing resources in the file system) should not be cached in FilesystemCachingContentProvider:

  • There is no need from the performance point of view.
  • It is probably not necessary / useful to edit this chached content (changing the original files is preferred)
@ohecker ohecker added the enhancement New feature or request label May 12, 2023
@ohecker ohecker self-assigned this May 12, 2023
ohecker added a commit to ohecker/solicitor-1 that referenced this issue May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant