Paketname | libtie-cache-perl |
Beschreibung | perl Tie::Cache - LRU Cache in Memory |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.17-4 |
Sektion | universe/perl |
Priorität | extra |
Installierte Größe | 96 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 21854 Byte |
Prüfsumme MD5 | 338efb06482af944ccfa38cd5513f029 |
Prüfsumme SHA1 | 3eeaaa4193715296b7041f94631b2bd591af21cb |
Prüfsumme SHA256 | 1a96870cdec9a8385a687052b37530bcdf0ac2224cc35c5b55084bf5a9174657 |
Link zum Herunterladen | libtie-cache-perl_0.17-4_all.deb |
Ausführliche Beschreibung | This module implements a least recently used (LRU) cache in memory
through a tie interface. Any time data is stored in the tied hash, that
key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to
make room for new entries.
.
So, the cache only "remembers" the last written entries, up to the size
of the cache. This can be especially useful if you access great amounts
of data, but only access a minority of the data a majority of the time.
|