digitalmars.D.learn - Auto expiring cache library
- Pasqui23 (6/6) Apr 27 2018 I want a library that offers an in-memory data structure,such
- Jack Stouffer (2/8) Apr 27 2018 Memcached
I want a library that offers an in-memory data structure,such that I can write,for example: cache.insert(key,value,expiry) and I can retrieve the value with something like cache[key],unless it has passed expiry seconds. Can be done?What library should I use?
Apr 27 2018
On Friday, 27 April 2018 at 09:07:31 UTC, Pasqui23 wrote:I want a library that offers an in-memory data structure,such that I can write,for example: cache.insert(key,value,expiry) and I can retrieve the value with something like cache[key],unless it has passed expiry seconds. Can be done?What library should I use?Memcached
Apr 27 2018