public interface CacheControl
Modifier and Type | Method and Description |
---|---|
Integer |
getExpirySeconds(com.google.cloud.datastore.Key key)
Get the amount of time that entities of a particular key should be cached, if at all.
|
default boolean |
isCacheable(com.google.cloud.datastore.Key key)
Convenience method
|
Integer getExpirySeconds(com.google.cloud.datastore.Key key)
default boolean isCacheable(com.google.cloud.datastore.Key key)
Copyright © 2018. All rights reserved.