man > Cache::RemovalStrategy(3pm)

Cache::RemovalStrategy(3pm) User Contributed Perl Documentation Cache::RemovalStrategy(3pm)

πŸ“› NAME

Cache::RemovalStrategy – abstract Removal Strategy interface for a Cache

πŸš€ Quick Reference

Use CaseCommandDescription
🧹 Remove entries by size$r->remove_size( $cache, $size )Remove entries from the cache that total at least $size in size
🧩 Implement a custom removal strategypackage MyRemoval; use base 'Cache::RemovalStrategy'; sub remove_size { ... }Create a subclass that implements the remove_size method

πŸ“– DESCRIPTION

(No additional description text provided in original document.)

βš™οΈ METHODS

πŸ‘€ SEE ALSO

Cache

✍️ AUTHOR

Chris Leishman <chris AT leishman.org>
Based on work by DeWitt Clinton <dewitt AT unto.net>

©️ COPYRIGHT

Copyright (C) 2003–2006 Chris Leishman. All Rights Reserved.

This module is distributed on an β€œAS IS” basis, WITHOUT WARRANTY OF ANY KIND, either expressed or implied. This program is free software; you can redistribute or modify it under the same terms as Perl itself.

$Id: RemovalStrategy.pm,v 1.4 2006/01/31 15:23:58 caleishm Exp $

perl v5.32.0 2021-01-01 Cache::RemovalStrategy(3pm)

Cache::RemovalStrategy(3pm)
πŸ“› NAME πŸš€ Quick Reference πŸ“– DESCRIPTION βš™οΈ METHODS πŸ‘€ SEE ALSO ✍️ AUTHOR ©️ COPYRIGHT

Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-21 00:14 @2600:1f28:365:80b0:d8a5:c3c6:bf94:28c0
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format