From 392b38a40e01f2d4dbd457da122dfaf7a1ffe00f Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 26 May 2023 21:46:01 -0400 Subject: Minior refactor --- lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs') 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 -- cgit