lru-cache topic
                        List
                        lru-cache repositories
                    
                golang-lru
                            
                                63
                            
                            
                        
                        Stars
                    
                            
                                11
                            
                            
                        
                        Forks
                    Watchers
                    Golang LRU cache with expire feature.
lru-expiring-cache
                            
                                16
                            
                            
                        
                        Stars
                    
                            
                                5
                            
                            
                        
                        Forks
                    Watchers
                    Dictionary-like data structure, supporting LRU caching semantics and data expiration mechanism.
nodecache-as-promised
                            
                                20
                            
                            
                        
                        Stars
                    
                            
                                5
                            
                            
                        
                        Forks
                    Watchers
                    In-memory cache supporting promise based workers and middleware hooks (distributed expiry and persistence provided)
expirable-cache
                            
                                74
                            
                            
                        
                        Stars
                    
                            
                                9
                            
                            
                        
                        Forks
                    Watchers
                    Expirable Go LRC\LRU cache without goroutines
redis-lru
                            
                                41
                            
                            
                        
                        Stars
                    
                            
                                13
                            
                            
                        
                        Forks
                    Watchers
                    LRU cache for Python. Use Redis as backend. Provides a dictionary-like object as well as a method decorator. pip install redis-lru
rxcache
                            
                                20
                            
                            
                        
                        Stars
                    
                            
                                3
                            
                            
                        
                        Forks
                    Watchers
                    A library of LRU cache and support Rx.
cache.zig
                            
                                29
                            
                            
                        
                        Stars
                    
                            
                                1
                            
                            
                        
                        Forks
                    Watchers
                    A thread-safe, expiration-aware, LRU cache for Zig