Uses of Interface
org.onehippo.cms7.crisp.api.resource.ResourceDataCache
-
Packages that use ResourceDataCache 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. -
-
Uses of ResourceDataCache in org.onehippo.cms7.crisp.api.broker
Methods in org.onehippo.cms7.crisp.api.broker that return ResourceDataCache Modifier and Type Method Description ResourceDataCache
AbstractDelegatingResourceServiceBroker. getResourceDataCache(String resourceSpace)
ResourceDataCache
AbstractResourceServiceBroker. getResourceDataCache(String resourceSpace)
Returns a proper resource cache store representation (ResourceDataCache
) for the specifiedresourceSpace
, or null if caching is disabled.ResourceDataCache
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 ResourceDataCache Modifier and Type Method Description ResourceDataCache
AbstractResourceCacheResolvable. getResourceDataCache()
Returns aResourceDataCache
that represents the underlying cache store.ResourceDataCache
ResourceCacheResolvable. getResourceDataCache()
Returns aResourceDataCache
that represents the underlying cache store.Methods in org.onehippo.cms7.crisp.api.resource with parameters of type ResourceDataCache Modifier and Type Method Description void
AbstractResourceCacheResolvable. setResourceDataCache(ResourceDataCache resourceDataCache)
SetsResourceDataCache
.
-