Cache Processor

Processor Configuration

Storage Level

Select the storage for cache memory.

The storage level option are:

  • MEMORY ONLY: Stores data in memory without serialization.

  • MEMORY ONLY 2: Stores data in memory with higher replication.

  • MEMORY ONLY SER: Stores serialized data in memory.

  • MEMORY ONLY SER 2: Stores serialized data in memory with higher replication.

  • DISK ONLY: Stores data on disk without using memory.

  • DISK ONLY 2: Stores data on disk with higher replication.

  • MEMORY AND DISK: Stores data in memory and spills to disk if needed.

  • MEMORY AND DISK 2: Stores data in memory and spills to disk with higher replication.

  • MEMORY AND DISK SER: Stores serialized data in memory and spills to disk.

  • MEMORY AND DISK SER 2: Stores serialized data in memory and spills to disk with higher replication.


Refresh Cache

Option to enable caching operation.

Refresh Interval

The time interval after which the application’s page is to be reloaded or refreshed.


Notes: Cache operations cannot be performed over streaming data.

Top