@itd-api/cache / CACHE_OPERATIONS
Variable: CACHE_OPERATIONS
ts
const CACHE_OPERATIONS: readonly [Readonly<{
category: "auth";
id: "auth.sessions";
}>, Readonly<{
category: "users";
id: "users.me";
}>, Readonly<{
category: "users";
id: "users.checkUsername";
}>, Readonly<{
category: "users";
id: "users.search";
}>, Readonly<{
category: "users";
id: "users.whoToFollow";
}>, Readonly<{
category: "users";
id: "users.topClans";
}>, Readonly<{
category: "users";
id: "users.followers";
}>, Readonly<{
category: "users";
id: "users.following";
}>, Readonly<{
category: "users";
id: "users.blocked";
}>, Readonly<{
category: "users";
id: "users.getPrivacy";
}>, Readonly<{
category: "users";
id: "users.pins";
}>, Readonly<{
category: "users";
id: "users.followStatus";
}>, Readonly<{
category: "users";
id: "users.get";
}>, Readonly<{
category: "posts";
id: "posts.list";
}>, Readonly<{
category: "posts";
id: "posts.likedByUser";
}>, Readonly<{
category: "posts";
id: "posts.byUser";
}>, Readonly<{
category: "posts";
id: "posts.comments";
}>, Readonly<{
category: "posts";
id: "posts.stats";
}>, Readonly<{
category: "posts";
id: "posts.get";
}>, Readonly<{
category: "comments";
id: "comments.replies";
}>, Readonly<{
category: "notifications";
id: "notifications.list";
}>, Readonly<{
category: "notifications";
id: "notifications.count";
}>, Readonly<{
category: "notifications";
id: "notifications.getSettings";
}>, Readonly<{
category: "hashtags";
id: "hashtags.search";
}>, Readonly<{
category: "hashtags";
id: "hashtags.trending";
}>, Readonly<{
category: "hashtags";
id: "hashtags.posts";
}>, Readonly<{
category: "search";
id: "search.all";
}>, Readonly<{
category: "files";
id: "files.get";
}>, Readonly<{
category: "subscription";
id: "subscription.status";
}>, Readonly<{
category: "subscription";
id: "subscription.methods";
}>, Readonly<{
category: "verification";
id: "verification.status";
}>, Readonly<{
category: "platform";
id: "platform.changelog";
}>, Readonly<{
category: "platform";
id: "platform.announcements";
}>, Readonly<{
category: "platform";
id: "platform.portal";
}>, Readonly<{
category: "platform";
id: "status.get";
}>, Readonly<{
category: "shop";
id: "shop.products.list";
}>, Readonly<{
category: "shop";
id: "shop.products.get";
}>, Readonly<{
category: "shop";
id: "shop.delivery.countries";
}>, Readonly<{
category: "shop";
id: "shop.delivery.cities";
}>, Readonly<{
category: "shop";
id: "shop.delivery.points";
}>, Readonly<{
category: "shop";
id: "shop.delivery.calculate";
}>];Defined in: packages/cache/src/operations.ts:19
Читающие операции, которые можно кэшировать.