| Interface | Description |
|---|---|
| IRegion<K extends IKey<K>> |
The low level storage for data, represents it's logical organization.
|
| IRegionFactory<K extends IKey<K>> |
Provides access to regions in a directory.
|
| IRegionProvider<K extends IKey<K>> |
Provides a by-key access to Regions, also allows to get access to all existing regions.
|