[][src]Module cacache::rm

Functions for removing things from the cache.

Functions

all

Removes entire contents of the cache, including temporary files, the entry index, and all content data.

content

Removes an individual content entry. Any index entries pointing to this content will become invalidated.

entry

Removes an individual index entry. The associated content will be left intact.