-
public final class DeleteCacheRequestRequest object containing input parameters for the CacheStorageDomain.deleteCache command.
-
-
Constructor Summary
Constructors Constructor Description DeleteCacheRequest(String cacheId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final DeleteCacheRequestcopy(String cacheId)final StringgetCacheId()Id of cache for deletion. -
-
Constructor Detail
-
DeleteCacheRequest
DeleteCacheRequest(String cacheId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final DeleteCacheRequest copy(String cacheId)
-
getCacheId
final String getCacheId()
Id of cache for deletion.
-
-
-
-