Skip to content

Add TTL support for CSC #4117

@wp973

Description

@wp973

Feature Request

The default local cache implementation of CSC does not include the TTL. This may cause the following problems:

  • The data in the local cache is inconsistent with the data in Redis(when invalidation messages cannot be received normally (e.g., the connection is broken)).

Some suggestions:

  • Add support for TTL in the default cache implementation.
  • Provide adapter examples for using third-party cache libraries(e.g, caffeine).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions