WLJS LogoWLJS Notebook

PersistenceLocation

PersistenceLocation["type"] represents a persistence location of the given type.

  • PersistenceLocation["type", base] includes the base address for a location type that allows multiple locations.

This is used with PersistentValue to specify where persistent data is stored.

Examples

PersistenceLocation["Local"]
PersistenceLocation["KernelSession"]
PersistenceLocation["FrontEndSession", "custom"]

*See the official Wolfram Language Reference for more details.

On this page