@@ -101,7 +101,7 @@ public interface IPublishedCache
101
101
/// </summary>
102
102
/// <param name="id">The content type unique identifier.</param>
103
103
/// <returns>The content type, or null.</returns>
104
- [ Obsolete ( "Please use the IContentTypeCacheService instead, scheduled for removal in V16" ) ]
104
+ [ Obsolete ( "Please use the IPublishedContentTypeCache instead, scheduled for removal in V16" ) ]
105
105
IPublishedContentType ? GetContentType ( int id ) ;
106
106
107
107
/// <summary>
@@ -110,7 +110,7 @@ public interface IPublishedCache
110
110
/// <param name="alias">The content type alias.</param>
111
111
/// <returns>The content type, or null.</returns>
112
112
/// <remarks>The alias is case-insensitive.</remarks>
113
- [ Obsolete ( "Please use the IContentTypeCacheService instead, scheduled for removal in V16" ) ]
113
+ [ Obsolete ( "Please use the IPublishedContentTypeCache instead, scheduled for removal in V16" ) ]
114
114
IPublishedContentType ? GetContentType ( string alias ) ;
115
115
116
116
/// <summary>
@@ -126,6 +126,6 @@ public interface IPublishedCache
126
126
/// </summary>
127
127
/// <param name="key">The content type key.</param>
128
128
/// <returns>The content type, or null.</returns>
129
- [ Obsolete ( "Please use the IContentTypeCacheService instead, scheduled for removal in V16" ) ]
129
+ [ Obsolete ( "Please use the IPublishedContentTypeCache instead, scheduled for removal in V16" ) ]
130
130
IPublishedContentType ? GetContentType ( Guid key ) ;
131
131
}
0 commit comments