RAMJobStore ClassQuartz.NET API Documentation
This class implements a IJobStore that utilizes RAM as its storage device.

As you should know, the ramification of this is that access is extrememly fast, but the data is completely volatile - therefore this IJobStore should not be used if true persistence between program shutdowns is required.

Inheritance Hierarchy

System Object
  Quartz.Simpl RAMJobStore

Namespace: Quartz.Simpl
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public class RAMJobStore : IJobStore
See Also