cache::ref::lru(3pm) debian man page | unix.com

Man Page: cache::ref::lru

Operating Environment: debian

Section: 3pm

Cache::Ref::LRU(3pm)					User Contributed Perl Documentation				      Cache::Ref::LRU(3pm)

NAME
Cache::Ref::LRU - Least recently used expiry policy
SYNOPSIS
my $c = Cache::Ref::LRU->new( size => $n, );
DESCRIPTION
This is an implementation of the least recently used expiry policy. It provides both an array and a doubly linked list based implementation. See Cache::Ref for a discussion.
ATTRIBUTES
size The size of the live entries. lru_class The class of the LRU list implementation.
AUTHOR
Yuval Kogman
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Yuval Kogman. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.12.4 2010-09-23 Cache::Ref::LRU(3pm)
Related Man Pages
tie::cache(3) - suse
cache::sizeawarefilecache(3pm) - debian
cache::sizeawaresharedmemorycache(3pm) - debian
heap::elem::ref(3pm) - debian
tie::cache(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com