Memory Cache Provider

The CMemoryCache provider stores cache data in the browser's memory. It is primarily used client-side during the lifetime of a single session.

CMemoryCache Example

The Memory Cache provider is useful for non-persistent, fast-access storage during an application session.