default

Cache primitives with Task semantics for composable error handling.

c
Cache

Cache wrapper with Task semantics for composable error handling.

I
CacheAdapter

Cache adapter interface for cache-agnostic operations.

c
CacheCloseFailed

Close operation failed.

c
CacheConnectionFailed

Connection establishment failed.

I
CacheConnector

Connector that produces connected CacheAdapter instances.

c
CacheDeleteFailed

Delete operation failed.

c
CacheError

Base error for all cache-related failures.

c
CacheGetFailed

Get operation failed.

c
CacheSetFailed

Set operation failed.

f
createInMemory

Creates an in-memory cache connector for testing and development.

I
InMemoryConnector

In-memory cache connector.

I
SetOptions

Options for set operations.