| Classes | |
|---|---|
| DefaultStoreModule | A data store module that uses the file system for all of its storage requirements. |
| StoreManager | Singleton class that manages data storage. |
| StoreModule | An abstract class for data store modules. |
| Interfaces | |
| Storable | Interface representing an item that can be stored using StoreManager . |