[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ITP: libtie-cache-perl



Source: libtie-cache-perl
Section: interpreters
Priority: extra
Maintainer: Piotr Roszatycki <dexter@debian.org>
Standards-Version: 3.1.0
Upstream-Source: <URL:http://www.cpan.org/modules/by-module/Tie/>
Description: perl Tie::Cache - LRU Cache in Memory
Packaged-For: Debian
Copyright: .
 Copyright (c) 1999 Joshua Chamas. All rights reserved. This program is
 free software; you can redistribute it and/or modify it under the same
 terms as Perl itself.
Major-Changes:
 none
 
Package: libtie-cache-perl
Architecture: all
Depends: ${perl:Depends}
Description: perl Tie::Cache - LRU Cache in Memory.
 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.


This package is required if we run Apache::ASP with XML:XSLT

-- 
Piotr Roszatycki                                        .''`.
mailto:dexter@fnet.pl                                  : :' :
mailto:dexter@debian.org                               `. `'
                                                         `-



Reply to: