Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

SBSEDV/memory-cache-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psr-6 In-Memory Cache

Psr-6 compliant In-Memory cache implementation using an array as storage.
This implementation is usefull for testing purposes and per-request caching.

Because the library internally stores its data in an array, all data is lost after the php process is terminated (most likely when your request finishes).