Fixes 28637: Issues with cache clerance for media and members on load balanced environments

[TFS Changeset #76250]
This commit is contained in:
hartvig
2010-08-23 11:03:04 +00:00
parent 49bec9d259
commit 6be338b23c

View File

@@ -28,7 +28,7 @@ namespace umbraco.presentation.cache
public void Refresh(int Id)
{
library.ClearLibraryCacheForMedia(Id);
library.ClearLibraryCacheForMediaDo(Id);
}
public void Remove(int Id)
@@ -64,7 +64,7 @@ namespace umbraco.presentation.cache
public void Refresh(int Id)
{
library.ClearLibraryCacheForMember(Id);
library.ClearLibraryCacheForMemberDo(Id);
}
public void Remove(int Id)