Query: cache::ref::car
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Cache::Ref::CAR(3pm) User Contributed Perl Documentation Cache::Ref::CAR(3pm)NAMECache::Ref::CAR - CLOCK with Adaptive ReplacementSYNOPSISmy $c = Cache::Ref::CAR->new( size => $n, );DESCRIPTIONThis algorithm is an implementation of http://www.almaden.ibm.com/cs/people/dmodha/clockfast.pdf. See also Cache::Ref::CART which is probably more appropriate for random access work loads. CAR balances between an MFU like policy and an MRU like policy, automatically tuning itself as the workload varies.ATTRIBUTESsize The size of the live entries. Note that the cache also remembers this many expired keys, and keeps some metadata about those keys, so for memory usage the overhead is probably around double what Cache::Ref::LRU requires.AUTHORYuval KogmanCOPYRIGHT AND LICENSEThis 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::CAR(3pm)
Related Man Pages |
---|
cache::filecache(3pm) - debian |
cache::null(3pm) - debian |
cache::ref(3pm) - debian |
cache::sharedmemorycache(3pm) - debian |
cache::sizeawaresharedmemorycache(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Introduction |
One instance of comparing grep and awk |
Weird 'find' results |