Uses of Class
net.toddm.comm.CacheBehavior
-
Packages that use CacheBehavior Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of CacheBehavior in net.toddm.comm
Methods in net.toddm.comm that return CacheBehavior Modifier and Type Method Description CacheBehaviorSubmittableWork. getCachingBehavior()Returns the cachingCacheBehaviorof thisSubmittableWorkinstance, or null if it had no behavior set.static CacheBehaviorCacheBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheBehavior[]CacheBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.toddm.comm with parameters of type CacheBehavior Modifier and Type Method Description WorkCommManager. enqueueWork(URI uri, Request.RequestMethod method, byte[] postData, Map<String,String> headers, boolean isIdempotent, Priority.StartingPriority requestPriority, net.toddm.cache.CachePriority cachingPriority, CacheBehavior cachingBehavior)Enters a request into the communications framework for processing.SubmittableWorkCommManager. getWork(URI uri, Request.RequestMethod method, byte[] postData, Map<String,String> headers, boolean isIdempotent, Priority.StartingPriority requestPriority, net.toddm.cache.CachePriority cachingPriority, CacheBehavior cachingBehavior)Creates and returns aWorkinstance representing the request described by the provided data.
-