Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CacheMode

Determines how an entity or a set of entities will be persisted in a Redis node

Index

Enumeration members

CacheAndOverwrite

CacheAndOverwrite: = 2

The entity is cached and overwrites the previous cache value.

CacheIfNotExist

CacheIfNotExist: = 1

The entity is cached if it's not cached.

NoCache

NoCache: = 0

The entity is not cached.

Generated using TypeDoc