preheat_open.cache.delete_from_cache

preheat_open.cache.delete_from_cache(id, path='.cache/')

Deletes data from the on-disk cache

Parameters:
  • id (str) – cache identifier

  • path (str) – path in which to cache the data

Return type:

None

Returns:

/