yao/yao/stores/oauth/cache.lru.yao
Max 5d3c03db1f Update OAuth store management and enhance cache configurations
- Added support for a new OAuth data store in the system store management, allowing for better organization and retrieval of OAuth-related data.
- Updated the OAuth cache store configuration to increase the cache size from 4096 to 8192, improving performance and storage capacity.
- Enhanced test utilities to include the new OAuth store, ensuring comprehensive testing coverage for the updated store management features.
2025-07-20 11:47:57 +08:00

13 lines
301 B
Text

{
"label": "OAuth Cache Store",
"description": "LRU cache store for OAuth tokens, sessions and temporary data",
"tags": ["oauth", "cache", "lru", "token"],
"readonly": false,
"builtin": true,
"sort": 11,
"name": "OAuth Cache Store",
"type": "lru",
"option": {
"size": 8192
}
}