Skip to content

Improve the default php api cache #12

Description

@SaculRennorb

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions