Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Abstract CacheEntry / Use C# Records #206

Merged
merged 2 commits into from
Jun 26, 2022
Merged

Conversation

Turnerj
Copy link
Member

@Turnerj Turnerj commented Jun 26, 2022

CacheEntry is now a record class with interfaces that expose the expiry property. All expiry dates are now rounded to the second.

Turnerj added 2 commits June 26, 2022 18:02
CacheEntry<T> is now a record class with interfaces that expose the expiry property. All expiry dates are now rounded to the second.
@Turnerj Turnerj added the enhancement New feature or request label Jun 26, 2022
@Turnerj Turnerj merged commit 0f8e1df into main Jun 26, 2022
@Turnerj Turnerj deleted the remove-abstract-cacheentry branch June 26, 2022 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant