mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Orchard.Framework/Caching: Fixing typo in a comment in Cache.cs
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Orchard.Caching {
|
||||
var entry = _entries.AddOrUpdate(key,
|
||||
// "Add" lambda
|
||||
k => AddEntry(k, acquire),
|
||||
// "Update" lamdba
|
||||
// "Update" lambda
|
||||
(k, currentEntry) => UpdateEntry(currentEntry, k, acquire));
|
||||
|
||||
return entry.Result;
|
||||
|
||||
Reference in New Issue
Block a user