Uses of Interface
org.onehippo.cms7.crisp.api.resource.ResourceDataCache
Packages that use 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
Methods in org.onehippo.cms7.crisp.api.broker that return ResourceDataCacheModifier 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
Methods in org.onehippo.cms7.crisp.api.resource that return ResourceDataCacheModifier and TypeMethodDescriptionAbstractResourceCacheResolvable.getResourceDataCache()
Returns aResourceDataCache
that represents the underlying cache store.ResourceCacheResolvable.getResourceDataCache()
Returns aResourceDataCache
that represents the underlying cache store.Methods in org.onehippo.cms7.crisp.api.resource with parameters of type ResourceDataCacheModifier and TypeMethodDescriptionvoid
AbstractResourceCacheResolvable.setResourceDataCache
(ResourceDataCache resourceDataCache) SetsResourceDataCache
.