> For the complete documentation index, see [llms.txt](https://prethink.gitbook.io/prtelegrambot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prethink.gitbook.io/prtelegrambot/ru/api/interfeisy/itelegramcache.md).

# ITelegramCache

```csharp
namespace PRTelegramBot.Interfaces
{
    public interface ITelegramCache
    {
        public bool ClearData();
    }
}
```
