A project defines `[Cache(60)]` and applies it to a method, but no framework component re…

from Attributes
C# 14 / .NET 10 beginner 1 min

A project defines `[Cache(60)]` and applies it to a method, but no framework component reads `CacheAttribute`. What does the attribute do?

Report an error