[][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.

all_sync

Removes entire contents of the cache synchronously, 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.

content_sync

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

entry

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

entry_sync

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