Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Tie-Cache

Project: openSUSE_13.2

Repository: oss

Title: LRU Cache in Memory

Description:
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.

The implementation is a hash, for quick lookups, overlaying a doubly linked
list for quick insertion and deletion. On a WinNT PII 300, writes to the
hash were done at a rate 3100 per second, and reads from the hash at 6300
per second. Work has been done to optimize refreshing cache entries that
are frequently read from, code like $cache{entry}, which moves the entry to
the end of the linked list internally.

Version: 0.21

Release: 1.2

Architecture: noarch

Size: 18.9 KB

Build Time: 2014-10-06 15:17:55 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Tie::Cache) = 21
perl-Tie-Cache = 0.21-1.2 perl-MLDBM-Sync

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl