| Package | Description |
|---|---|
| io.neba.core.resourcemodels.caching |
Contains the implementation of the
resource model cache API
as well as the default resource model cache implementation, the
configurable RequestScopedResourceModelCache. |
| io.neba.core.util |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
RequestScopedResourceModelCache.get(org.apache.sling.api.resource.Resource resource,
Key key)
Retrieve a cached model.
|
<T> void |
RequestScopedResourceModelCache.put(org.apache.sling.api.resource.Resource resource,
Key key,
T model) |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Key.key(Object... contents) |
Copyright © 2024. All rights reserved.