# perldoc > Cache::RemovalStrategy

---
type: CommandReference
command: Cache::RemovalStrategy
mode: perldoc
section: 
source: perldoc
---

## Quick Reference

- `$r->remove_size($cache, $size)` — Remove entries from the cache totaling at least $size

## Name

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

## Methods

- `$r->remove_size($cache, $size)` — When invoked, removes entries from the cache that total at least $size in size.

## See Also

- [Cache](http://localhost/phpMan.php/perldoc/Cache/markdown) (perldoc)