Uses of Class
com.caucho.server.distcache.CacheData

Packages that use CacheData
com.caucho.env.distcache   
com.caucho.server.distcache   
 

Uses of CacheData in com.caucho.env.distcache
 

Methods in com.caucho.env.distcache that return types with arguments of type CacheData
 java.util.ArrayList<CacheData> CacheDataBacking.getUpdates(HashKey cacheKey, long accessTime, int offset)
          Returns a set of entries since an access time.
 java.util.ArrayList<CacheData> CacheDataBacking.getUpdates(long accessTime, int offset)
          Returns a set of entries since an access time.
 

Uses of CacheData in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return types with arguments of type CacheData
 java.util.ArrayList<CacheData> CacheDataBackingImpl.getUpdates(HashKey cacheKey, long accessTime, int offset)
          Returns a set of entries since an access time.
 java.util.ArrayList<CacheData> MnodeStore.getUpdates(HashKey cacheKey, long updateTime, int offset)
          Returns the maximum update time on startup
 java.util.ArrayList<CacheData> CacheDataBackingImpl.getUpdates(long accessTime, int offset)
          Returns a set of entries since an access time.
 java.util.ArrayList<CacheData> MnodeStore.getUpdates(long updateTime, int offset)
          Returns the maximum update time on startup