Caching with rental cost and zapping
Monik Khare, Neal E. Young

TL;DR
This paper investigates online caching variants with rental costs and zapping options, providing bounds and algorithms to optimize retrieval, rental, and zapping costs in dynamic cache management.
Contribution
It introduces and analyzes the combined rental caching and zapping variants, extending existing algorithms and establishing bounds in the online setting.
Findings
Deterministic bounds for rental caching and zapping variants.
Extended online covering algorithms for these caching problems.
Randomized bounds and algorithms for the studied variants.
Abstract
The \emph{file caching} problem is defined as follows. Given a cache of size (a positive integer), the goal is to minimize the total retrieval cost for the given sequence of requests to files. A file has size (a positive integer) and retrieval cost (a non-negative number) for bringing the file into the cache. A \emph{miss} or \emph{fault} occurs when the requested file is not in the cache and the file has to be retrieved into the cache by paying the retrieval cost, and some other file may have to be removed (\emph{evicted}) from the cache so that the total size of the files in the cache does not exceed . We study the following variants of the online file caching problem. \textbf{\emph{Caching with Rental Cost} (or \emph{Rental Caching})}: There is a rental cost (a positive number) for each file in the cache at each time unit. The goal is to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Caching and Content Delivery · Mobile Crowdsensing and Crowdsourcing
