Uses of Interface
org.onehippo.cms7.crisp.api.resource.ResourceDataCache
Package
Description
This package provides Broker APIs of Hippo Addon CRISP module.
This package provides Resource APIs of Hippo Addon CRISP module.
-
Uses of ResourceDataCache in org.onehippo.cms7.crisp.api.broker
Modifier and TypeMethodDescriptionAbstractDelegatingResourceServiceBroker.getResourceDataCache
(String resourceSpace) AbstractResourceServiceBroker.getResourceDataCache
(String resourceSpace) Returns a proper resource cache store representation (ResourceDataCache
) for the specifiedresourceSpace
, or null if caching is disabled.ResourceServiceBroker.getResourceDataCache
(String resourceSpace) Returns a proper resource cache store representation (ResourceDataCache
) for the specifiedresourceSpace
, or null if caching is disabled. -
Uses of ResourceDataCache in org.onehippo.cms7.crisp.api.resource
Modifier and TypeMethodDescriptionAbstractResourceCacheResolvable.getResourceDataCache()
Returns aResourceDataCache
that represents the underlying cache store.ResourceCacheResolvable.getResourceDataCache()
Returns aResourceDataCache
that represents the underlying cache store.Modifier and TypeMethodDescriptionvoid
AbstractResourceCacheResolvable.setResourceDataCache
(ResourceDataCache resourceDataCache) SetsResourceDataCache
.