Uses of Interface
com.xerox.amazonws.simpledb.ItemCache

Packages that use ItemCache
com.xerox.amazonws.simpledb   
 

Uses of ItemCache in com.xerox.amazonws.simpledb
 

Classes in com.xerox.amazonws.simpledb that implement ItemCache
 class SimpleItemCache
          This interface describes calls that the Domain will make into a caching system.
 

Methods in com.xerox.amazonws.simpledb that return ItemCache
 ItemCache Domain.getItemCache()
           
 

Methods in com.xerox.amazonws.simpledb with parameters of type ItemCache
 void Domain.setCacheProvider(ItemCache cache)