134da7026e
A simple, fast implementation of an in-memory LRU cache in pure perl with the maximum number of entries to be stored within the cache object.
2 lines
142 B
Text
2 lines
142 B
Text
A simple, fast implementation of an in-memory LRU cache in pure perl with
|
|
the maximum number of entries to be stored within the cache object.
|