bluele / gcache

An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
MIT License
2.6k stars 271 forks source link

Can't get the TTL of a key? #48

Open zhangcunli opened 6 years ago

zhangcunli commented 6 years ago

I want to get the TTL of a key, but there's no available method?