public class CacheDescriptor extends Object
CacheDescriptor describes an instance of a cache.
The cache is represented by an endpoint and a key.
For instance, a cache targeting "/v1/catalog/service/myService" will be represented by endpoint "catalog.service" and key "myService".| Constructor and Description |
|---|
CacheDescriptor(String endpoint) |
CacheDescriptor(String endpoint,
String key) |
Copyright © 2019. All rights reserved.