Core.Cache - add new method to remove items from cache

This commit is contained in:
Stephan
2013-09-18 10:05:44 +02:00
parent 95df28bf64
commit 761354dbf5
5 changed files with 49 additions and 32 deletions

View File

@@ -23,6 +23,10 @@ namespace Umbraco.Core.Cache
{
}
public override void ClearCacheObjectTypes<T>(Func<string, T, bool> predicate)
{
}
public override void ClearCacheByKeySearch(string keyStartsWith)
{
}