MemoryStorageDriver class
Signature:
export declare class MemoryStorageDriver implements StorageDriver
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)() | Constructs a new instance of the MemoryStorageDriver class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| backingStore | { [key: string]: string; } |
Methods
| Method | Modifiers | Description |
|---|---|---|
| del(key) | ||
| get(key) | ||
| set(key, value) |