Commit Graph

7 Commits

Author SHA1 Message Date
Chris Daßler
1f9a177d4c Document IOR_CACHE_TTL environment variable
- Added documentation for cache TTL configuration
- Included usage examples for development scenarios
- Added cache management section with practical examples
2025-08-29 12:47:23 +02:00
Chris Daßler
252416d30c Add configurable cache TTL via environment variable
- IOR_CACHE_TTL environment variable to control cache duration
- Set to 0 to disable caching (always fetch fresh)
- Set to 60000 for 1 minute cache (useful during development)
- Default remains 1 hour (3600000ms)
- Improved logging to show when cache is disabled or expired
2025-08-29 12:18:26 +02:00
Chris Daßler
9c8807a59d Update README 2025-08-29 07:45:08 +02:00
54d0d245d6 Fix package by testing real world examples (#1)
Co-authored-by: Chris Daßler <chris.dassler@me.com>
Reviewed-on: #1
2025-08-29 07:42:17 +02:00
Chris Daßler
7d1935dde5 Add ToDo of missing implementations 2025-08-29 05:19:53 +02:00
Chris Daßler
78697a53db Add implementation guide 2025-08-29 05:08:16 +02:00
Chris Daßler
e1fb6e6acc Initial commit 2025-08-29 04:22:52 +02:00