AccountResources

Account-scoped cache operations used by Android HTTP and picker executors.

Functions

Link copied to clipboard

Return one cached link-preview result for the exact URL.

Link copied to clipboard

Observe one exact cached preview after durable account mutations.

Link copied to clipboard

Observe the complete bounded sticker cache after durable mutations.

Link copied to clipboard
suspend fun putLinkPreview(preview: LinkPreviewRecord)

Insert or replace one bounded link-preview result.

Link copied to clipboard
suspend fun replaceStickers(stickers: List<StickerRecord>)

Atomically replace the complete bounded custom-emoji/sticker cache.

Link copied to clipboard
suspend fun stickers(): List<StickerRecord>

Return the complete bounded custom-emoji/sticker cache.