bluele / gcache

An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get the TTL of a key?

zhangcunli opened this issue · comments

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