Skip to content

Different caching implementations based of PSR-16.

License

Notifications You must be signed in to change notification settings

MrEssex/simple-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache

Different caching implementations based of PSR-16.

File Cache

Simple file cache that will store the files in the root of the project folder. Can be customised.

APCU Cache

Simple APCU Cache that can be used to store the cached object in APCU

TODO

Implement multiple functions.