namespace Octokit.Reactive { /// /// A client for GitHub's Actions Cache API. /// /// /// See the Actions Cache API documentation for more information. /// public interface IObservableActionsCacheClient { } }