An open API service indexing awesome lists of open source software.

https://github.com/backdrop-contrib/apc_storage

Cache, lock, and queue implementations that use APCu as storage
https://github.com/backdrop-contrib/apc_storage

backdrop backdropcms cms

Last synced: about 1 year ago
JSON representation

Cache, lock, and queue implementations that use APCu as storage

Awesome Lists containing this project

README

          

# APC Storage

The APC Storage module integrates the APCu extension with Backdrop CMS as cache,
lock, or queue backend.

## Requirements

This module requires that the following PHP extensions are installed on your
server:

- [APCu](https://www.php.net/manual/en/book.apcu.php) extension
(5.0.0 or higher)

This module requires Backdrop 1.30.0, or higher versions, and PHP 8.3.

Consult your server administrator or hosting provider if you are unsure about
these requirements.

## Installation

- Install this module using the official Backdrop CMS instructions at
[Extend with Modules](https://docs.backdropcms.org/documentation/extend-with-modules).

## Issues

Bugs and Feature requests should be reported in the
[issue queue](https://github.com/backdrop-contrib/apc_storage/issues).

## License
This project is GPL v2 software. See the LICENSE.txt file in this directory for
the complete text.

## Current maintainers

- [Alberto Paderno](https://github.com/avpaderno)

## Credits

Ported to Backdrop CMS by [Alberto Paderno](https://github.com/avpaderno)

### Drupal maintainers

- [Alberto Paderno](https://www.drupal.org/u/avpaderno)