Package | Description |
---|---|
org.onehippo.cms7.crisp.api.broker |
This package provides Broker APIs of Hippo Addon CRISP module.
|
org.onehippo.cms7.crisp.api.resource |
This package provides Resource APIs of Hippo Addon CRISP module.
|
Modifier and Type | Method and Description |
---|---|
ResourceDataCache |
AbstractResourceServiceBroker.getResourceDataCache(String resourceSpace)
Returns a proper resource cache store representation (
ResourceDataCache ) for the specified
resourceSpace , or null if caching is disabled. |
ResourceDataCache |
AbstractDelegatingResourceServiceBroker.getResourceDataCache(String resourceSpace) |
ResourceDataCache |
ResourceServiceBroker.getResourceDataCache(String resourceSpace)
Returns a proper resource cache store representation (
ResourceDataCache ) for the specified
resourceSpace , or null if caching is disabled. |
Modifier and Type | Method and Description |
---|---|
ResourceDataCache |
ResourceCacheResolvable.getResourceDataCache()
Returns a
ResourceDataCache that represents the underlying cache store. |
ResourceDataCache |
AbstractResourceCacheResolvable.getResourceDataCache()
Returns a
ResourceDataCache that represents the underlying cache store. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResourceCacheResolvable.setResourceDataCache(ResourceDataCache resourceDataCache)
Sets
ResourceDataCache . |
Copyright © 2017–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.