Skip to content

addit-digital/addcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Addcache

Simple in memory cache implementation with redis kind interface. Following features supported:

  • generic cache interfaces
  • persisting data into cache
  • manual deleting of data
  • automatic expiration of data from cache
  • automatic cleanup of memory

Example usage

Examples