All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javastrava.service.StravaService Maven / Gradle / Ivy

The newest version!
package javastrava.service;

/**
 * Base interface for all other Strava services to inherit from (used by Token management)
 * @author Dan Shannon
 *
 */
public interface StravaService {
	/**
	 * 

* Clear any and all cached data entries *

* *

* Primarily used when revoking/deauthorising a token so that there are no entries remaining that are associated with the token that could mistakenly get * returned *

*/ public void clearCache(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy