| Interface | Description | 
|---|---|
| PersistableStorage | 
 The interface for the classes which are used as a storage for the properties. 
 | 
| StorageProvider | 
 The interface for all classes that used to get\set\remove properties  Possible implementations are: local storage provider (map), 
 HTML5 storage provider, etc. 
 | 
| Class | Description | 
|---|---|
| PersistableStorageAdapter | 
 The adapter between StorageProvider and StorageService. 
 | 
| StorageManager | 
 The singleton class which includes all property management and retrieval
 related functions. 
 | 
| StorageProvider.StorageObject | 
 The Class StorageObject. 
 | 
Copyright © 2010-2020 Toolsverse. All Rights Reserved.