omegacms/cache

Omega CMS Cache Package

1.0.0 2024-04-11 13:01 UTC

This package is auto-updated.

Last update: 2024-05-11 13:15:50 UTC


README

The Cache package provides a robust and flexible caching mechanism for efficient data storage and retrieval. It is designed to enhance the performance of your applications by minimizing the need to repeatefly fetch or regenerate data,

Requirements

  • PHP 8.2 or later

Installation via Composer

Add "omegacms/cache": "^1.0.0" to the require block in your composer.json file and then run composer install.

{
    "require": {
        "omegacms/cache": "^1.0.0"
    }
}

Alternatively, you can simply run the folowing from the command line:

composer require omegacms/cache "^1.0.0"

If you want to include the test sources, use:

composer require --prefer-source omegacms/cache "^1.0.0"

Documentation

Work in progeess

Contributing

If you'd like to contribute to the OmegaCMS Cache package, please follow our contribution guidelines.

License

This project is open-source software licensed under the GNU General Public License v3.0.