debian man page for cache::ref::gclock

Query: cache::ref::gclock

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
Cache::Ref::GCLOCK - GCLOCK cache replacement algorithm
SYNOPSIS
my $c = Cache::Ref::GCLOCK->new( size => $n, );
DESCRIPTION
This algorithm is related to Cache::Ref::CLOCK but instead of starting all cache hits from "k", a counter is increased on every hit. This provides behavior which models an LFU expiry policy (without taking into account the full keyspace).
ATTRIBUTES
size The size of the live entries.
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::GCLOCK(3pm)
Related Man Pages
cache::object(3pm) - debian
cache::ref(3pm) - debian
cache::sizeawaresharedmemorycache(3pm) - debian
catalyst::plugin::cache::store::fastmmap(3pm) - debian
heap::elem::ref(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com