Uses of Class
com.stackmob.sdkapi.caching.exceptions.TTLTooBigException

Packages that use TTLTooBigException
com.stackmob.sdkapi.caching   
 

Uses of TTLTooBigException in com.stackmob.sdkapi.caching
 

Methods in com.stackmob.sdkapi.caching that throw TTLTooBigException
abstract  Boolean CachingService.setBytes(String key, byte[] value, long ttlMilliseconds)
          store the given key/value pair
 Boolean CachingService.setString(String key, String value, Charset charset, long ttlMilliseconds)
          store the given key/value pair.
 Boolean CachingService.setString(String key, String value, long ttlMilliseconds)
          alias for setString(key, value, CachingService.utf8Charset(), ttlMilliseconds)
 



Copyright © 2013 StackMob. All Rights Reserved.