# apcu-bc **Repository Path**: mirrorgit/apcu-bc ## Basic Information - **Project Name**: apcu-bc - **Description**: https://github.com/krakjoe/apcu-bc - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README APCu Backwards Compatibility Module =============================== [![Build Status](https://travis-ci.org/krakjoe/apcu-bc.svg?branch=master)](https://travis-ci.org/krakjoe/apcu-bc) This module provides a backwards APC compatible API using [APCu](https://github.com/krakjoe/apcu). Performance =========== There is no appreciable difference; This layer calls the same internal (to apc) functions that APCu does, but just accepts the old parameters, the only meaningful difference is prototypes and names of functions.