Ejemplo n.º 1
0
  @Override
  public String getCacheId() {
    if (StringUtils.isBlank(cacheId) && getConnector().equals(GCConnector.getInstance())) {
      return CryptUtils.convertToGcBase31(geocode);
    }

    return cacheId;
  }