| Package | Description |
|---|---|
| org.osgl.storage | |
| org.osgl.storage.impl |
| Modifier and Type | Method and Description |
|---|---|
IStorageService |
IStorageService.subFolder(String path)
Returns a storage service whose root is a sub folder of this storage service
|
| Modifier and Type | Method and Description |
|---|---|
static Lang.F2<String,IStorageService,ISObject> |
IStorageService.f.get() |
static Lang.F3<String,ISObject,IStorageService,Void> |
IStorageService.f.put() |
static Lang.F2<String,IStorageService,Void> |
IStorageService.f.remove() |
| Modifier and Type | Method and Description |
|---|---|
static Lang.F0<ISObject> |
IStorageService.f.get(String key,
IStorageService ss) |
static Lang.F0<Void> |
IStorageService.f.put(String key,
ISObject stuff,
IStorageService ss) |
static Lang.F0<Void> |
IStorageService.f.remove(String key,
IStorageService ss) |
| Modifier and Type | Method and Description |
|---|---|
static SObject |
SObject.lazyLoad(String key,
IStorageService ss) |
static SObject |
SObject.lazyLoad(String key,
IStorageService ss,
Map<String,String> conf) |
static SObject |
SObject.lazyLoad(String key,
IStorageService ss,
String... attrs) |
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.