p5-Tie-Cache-LRU-0.21p1
LRU cache in memory
Back to search · Project homepage
Description
This is an implementation of a least-recently used (LRU) cache
keeping the cache in RAM.
A LRU cache is similar to the kind of cache used by a web browser.
New items are placed into the top of the cache. When the cache grows
past its size limit, it throws away items off the bottom. The trick
is that whenever an item is -accessed-, it is pulled back to the
top. The end result of all this is that items which are frequently
accessed tend to stay in the cache.
Package information
- Ports path
- devel/p5-Tie-Cache-LRU
- Package architecture
- *
- Maintainer
- The OpenBSD ports mailing-list <ports@openbsd.org>
- Categories
- devel, perl5
- Available flavors
- None listed
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
Build
Test
Used by (4 dependency relationships)
Includes library, runtime, build and test relationships. Results load 100 at a time.