Skip to content

rumsrami/cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a stripped-down version of patrickmn's go-cache.

The following have been removed:

  • increment and decrement functions
  • serialization and deserialization
  • experimental sharded cache

Other notable changes include:

  • keys are now interface{} instead of string
  • added GetOrLoad function

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%