com.mapitz.gwt.googleMaps.client
Class GFactualGeocodeCache

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.mapitz.gwt.googleMaps.client.GGeocodeCache
          extended by com.mapitz.gwt.googleMaps.client.GFactualGeocodeCache

public class GFactualGeocodeCache
extends GGeocodeCache

This class refines the basic GGeocodeCache class by placing stricter conditions on cached replies. It only caches replies which are very unlikely to change within a short period of time.

Author:
aglaforge

Method Summary
static GFactualGeocodeCache create()
          Creates a new cache that stores only replies it considers factual.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static GFactualGeocodeCache create()
Creates a new cache that stores only replies it considers factual. (Since 2.55)

Returns: