IResourceNamesCache 接口
定义
表示资源中字符串名称的缓存。Represents a cache of string names in resources.
public interface class IResourceNamesCache
public interface IResourceNamesCache
type IResourceNamesCache = interface
Public Interface IResourceNamesCache
- 派生
方法
| GetOrAdd(String, Func<String,IList<String>>) |
如果名称尚不存在,则使用指定的函数将一组资源名称添加到缓存中。Adds a set of resource names to the cache by using the specified function, if the name does not already exist. |