|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Type of Storage that is maintained by the storageManager.public interface StorageManager<T>
Storage managers are responsible to create and reset specific storage implementations depending on the scope. A manager can be responsible for multiple (named) storages.
| Method Summary | |
|---|---|
T |
create(String key)
Creates and scope or retrieve a previously created instance, of the storage for the given key. |
void |
reset(String key)
Resets the storage linked to the given key. |
| Method Detail |
|---|
T create(String key)
key - The key for a storage that needs to be created
void reset(String key)
key - The key for a storage that needs to be resetted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||