@Api(allMethods=true)
public interface CacheableObject
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheId()
String identifier which is guaranteed to include sufficient information to assure to be different for two
instances which could produce different result.
|
String getCacheId()
Object.toString() but with additional guarantees. This is similar to
Object.hashCode() but using String type.Copyright © 2015 Geosparc. All Rights Reserved.