LRU cache API with TTL support
Get a value, returning null if expired or not found
Set a value with automatic expiration based on TTL
Check if key exists and hasn't expired
Delete a key from cache
Clear all entries
Readonly
Current number of entries
LRU cache API with TTL support