patrickmn / go-cache

An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
https://patrickmn.com/projects/go-cache/
MIT License
8.16k stars 874 forks source link

Added IncrementExpiration method #134

Open bgokden opened 3 years ago

bgokden commented 3 years ago

Same logic with the Set method but only increase the expiration.