Volatile Registry

class forml.provider.registry.filesystem.volatile.Registry[source]

Bases: Registry

(Pseudo)registry implementation provided as temporal non-distributed storage persistent only during its lifetime.

All content is stored using a local temporal directory auto-purged upon garbage collection.

This registry is internally used by the Virtual launcher. Defining it explicitly using the platform configuration for other runtime mechanisms is usually pointless (not invalid though).