Skip to content

Latest commit

 

History

History

memcache

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

In-memory cache with TTL and restricted size

Go Reference

LRU

This package provides a thread-safe []byte TTL with maximum size control based on our simplelru.

This LRU does NOT implement the Cache interface.

See also