-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
Description
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).