Uses of Enum Class
com.google.appengine.api.memcache.MemcacheService.SetPolicy
Packages that use MemcacheService.SetPolicy
Package
Description
Provides fast but unreliable data storage, also accessible via a JCache interface.
-
Uses of MemcacheService.SetPolicy in com.google.appengine.api.memcache
Methods in com.google.appengine.api.memcache that return MemcacheService.SetPolicyModifier and TypeMethodDescriptionstatic MemcacheService.SetPolicy
Returns the enum constant of this class with the specified name.static MemcacheService.SetPolicy[]
MemcacheService.SetPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.appengine.api.memcache with parameters of type MemcacheService.SetPolicyModifier and TypeMethodDescriptionAsyncMemcacheService.put
(Object key, Object value, Expiration expires, MemcacheService.SetPolicy policy) boolean
MemcacheService.put
(Object key, Object value, Expiration expires, MemcacheService.SetPolicy policy) Store a new value into the cache, usingkey
, but subject to thepolicy
regarding existing entries.AsyncMemcacheService.putAll
(Map<T, ?> values, Expiration expires, MemcacheService.SetPolicy policy) <T> Set
<T> MemcacheService.putAll
(Map<T, ?> values, Expiration expires, MemcacheService.SetPolicy policy)