Skip to content

depage/depage-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

depage-cache / simple caching class with file and memory backends

depage-cache is a simple caching class with different backends that are interchangable

Features

  • simple to use
  • saves all serializable objects
  • different interchangable backends:
    • File
    • Redis
    • Uncached
  • transparent fallback to file caching if memory caching is not available with the disposition "memory" option
  • unit tested

Build Status

Prerequisites

  • PHP >= 7.2
  • redis extension for redis provider

For more information

License (dual)

About

depage-cache is a simple caching class with different backends that are interchangable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published