DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtie-cache-perl
Beschreibungperl Tie::Cache - LRU Cache in Memory
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.17-4
Sektionperl
Prioritätextra
Installierte Größe96 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDeepak Tripathi
Quelle
Paketgröße21794 Byte
Prüfsumme MD5c5dc49d6db8135592feff47fc143406b
Prüfsumme SHA11ae80925d0db0acddb4092b68b5cfdcd4a846a81
Prüfsumme SHA256d10bc7e4065da6367b0d5051337b7e2ad79ae7706662bfa366949525a7ff97a0
Link zum Herunterladenlibtie-cache-perl_0.17-4_all.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds