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

Packages that use DataSizeException
com.stackmob.sdkapi.caching   
 

Uses of DataSizeException in com.stackmob.sdkapi.caching
 

Methods in com.stackmob.sdkapi.caching that throw DataSizeException
abstract  void CachingService.deleteEventually(String key)
          delete the given key in the background.
abstract  byte[] CachingService.getBytes(String key)
          get the value for the given key, in raw byte format
 String CachingService.getString(String key)
          alias for getString(key, CachingService.utf8Charset());
 String CachingService.getString(String key, Charset charset)
          get the value for the given key, in String format
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.