| Package | Description | 
|---|---|
| com.toolsverse.storage | |
| com.toolsverse.storage.impl.local | |
| com.toolsverse.storage.util | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StorageManager
The singleton class which includes all property management and retrieval
 related functions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PersistableStorageAdapter.load(StorageProvider provider)
Loads properties using active StorageService and sets them in the given
 StorageProvider. 
 | 
void | 
PersistableStorageAdapter.load(StorageProvider provider,
    List<String> keys)
Loads properties using given keys list and active StorageService and sets
 them in the given StorageProvider. 
 | 
void | 
PersistableStorageAdapter.store(StorageProvider provider)
Stores all properties from the given StorageProvider using active
 StorageService. 
 | 
void | 
PersistableStorageAdapter.store(StorageProvider provider,
     Map<String,StorageProvider.StorageObject> properties)
Stores given properties from the given StorageProvider using active
 StorageService. 
 | 
void | 
PersistableStorageAdapter.update(StorageProvider provider,
      Map<String,StorageProvider.StorageObject> properties)
Updates properties using StorageProvider. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalStorageProvider
The MemoryCache implementation of the StorageProvider interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
StorageUtils.setProperties(StorageProvider storageProvider,
             String text)
Parses the text and updates storageProvider. 
 | 
Copyright © 2010-2020 Toolsverse. All Rights Reserved.