# psr16-null **Repository Path**: ebcms/psr16-null ## Basic Information - **Project Name**: psr16-null - **Description**: null simple cache - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # psr16-null null simple cache ## Installation ``` cmd composer require ebcms/psr16-null ``` ## Usage ``` php $simple_cache = new \Ebcms\SimpleCacheNullAdapter; ```