aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-05-26 21:46:01 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-05-26 21:46:01 -0400
commit392b38a40e01f2d4dbd457da122dfaf7a1ffe00f (patch)
treebd4d73f24e56b7a02092bed8c6cd3a868d4db862 /lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs
parent29ea4d97fd29adc44f07c7f90c0e06d5e946cff8 (diff)
Minior refactor
Diffstat (limited to 'lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs')
-rw-r--r--lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs b/lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs
index e778b30..a02605e 100644
--- a/lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs
+++ b/lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs
@@ -3,9 +3,9 @@
*
* Library: VNLib
* Package: VNLib.Data.Caching.ObjectCache
-* File: BlobCache.cs
+* File: CacheEntry.cs
*
-* BlobCache.cs is part of VNLib.Data.Caching.ObjectCache which is part of the larger
+* CacheEntry.cs is part of VNLib.Data.Caching.ObjectCache which is part of the larger
* VNLib collection of libraries and utilities.
*
* VNLib.Data.Caching.ObjectCache is free software: you can redistribute it and/or modify