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

Support storage of cache in an option #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    34b05c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. StorageProvider work

    svandragt committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bd0b51e View commit details
    Browse the repository at this point in the history
  2. Update cache storage provider and related classes

    This commit involves updating the StorageProvider class and related classes such as CacheStorageProvider and TransoptionStorageProvider. Changes include adding new functions for lock verification and cache group registration. Also, OptionStorageProvider was renamed to TransoptionStorageProvider and several adjustments were made to the `namespace.php` file. These updates aim to enhance the caching functionality and improve data consistency.
    svandragt committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    01af9a4 View commit details
    Browse the repository at this point in the history
  3. Rename "cache_group" to "group" in method parameters

    This change updates the variable name from "cache_group" to "group" in several function parameters for consistency and simplicity. This change affects the register function in multiple files and helps to streamline the code, making it easier to read and understand.
    svandragt committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ee5d491 View commit details
    Browse the repository at this point in the history