wipe_cache.m

From Spinach Documentation Wiki
Revision as of 14:24, 17 May 2025 by Kuprov (talk | contribs) (Created page with "{{DISPLAYTITLE:wipe_cache.m}} __NOTOC__ Forces a wipe of the Spinach cache folder. ==Syntax== wipe_cache(spin_system) ==Arguments== spin_system - Spinach object wi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Forces a wipe of the Spinach cache folder.

Syntax

   wipe_cache(spin_system)

Arguments

   spin_system - Spinach object with information (stored
                 in spin_system.sys.scratch) about the cache
                 folder location; use bootstrap() to get the 
                 default object

Outputs

   an attempt is made to delete all Spinach-specific files in
   spin_system.sys.scratch; this would fail quietly if file 
   system permissions are insufficient

See also

Housekeeping functions


Version 2.11, authors: Ilya Kuprov