@Public
@Unstable
public abstract class UseSharedCacheResourceResponse
extends java.lang.Object
The response from the SharedCacheManager to the client that indicates whether a requested resource exists in the cache.
| Constructor | Description |
|---|---|
UseSharedCacheResourceResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.String |
getPath() |
Get the
Path corresponding to the requested resource in the
shared cache. |
abstract void |
setPath(java.lang.String p) |
Set the
Path corresponding to a resource in the shared cache. |
@Public @Unstable public abstract java.lang.String getPath()
Path corresponding to the requested resource in the
shared cache.Path if the resource exists in the shared
cache, null otherwise@Public @Unstable public abstract void setPath(java.lang.String p)
Path corresponding to a resource in the shared cache.p - A Path corresponding to a resource in the shared
cacheCopyright © 2008–2025 Apache Software Foundation. All rights reserved.