* Get cache key for a date
(date: Date)
| 241 | * Get cache key for a date |
| 242 | */ |
| 243 | private getDateKey(date: Date): string { |
| 244 | return date.toISOString().split("T")[0]; |
| 245 | } |
| 246 | |
| 247 | /** |
| 248 | * Clean up old access records |
no outgoing calls
no test coverage detected