HardstuckGuild / HardstuckGuild/HsBuildCodes
Improve the default php api cache
Open
enhancement
- Dominant language
- PHP
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The current php cache only works if the functions get called from the same worker, through a loop or similar. However, thats not how php is usually used. Usually a php scripts gets invoked and the worker gets discarded, therefore thee cache gets invalidated. There already is a mechanism that allows replacing the cache implementation with a custom one, but improving the default would be a good idea nevertheless.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.