public class Cache extends Object
| Constructor and Description |
|---|
Cache() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheId()
An opaque unique id of the cache.
|
String |
getCacheName()
The name of the cache.
|
String |
getSecurityOrigin()
Security origin of the cache.
|
void |
setCacheId(String cacheId)
An opaque unique id of the cache.
|
void |
setCacheName(String cacheName)
The name of the cache.
|
void |
setSecurityOrigin(String securityOrigin)
Security origin of the cache.
|
public String getCacheId()
public void setCacheId(String cacheId)
public String getSecurityOrigin()
public void setSecurityOrigin(String securityOrigin)
public String getCacheName()
public void setCacheName(String cacheName)
Copyright © 2020. All rights reserved.