Skip to content

panoplymedia/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cache

General cache interface that provides a consistent API that various data stores can implement. This can enable easier transitioning of a cache's persistence layer as well as provide an easy way to compare performance of two competing data stores.

Check out cache.go to see the interface.

Practical Usage

For more practical usage, check out the omni-cache library, which implements this interface.