IResourceNamesCache 介面

定義

表示資源中字串名稱的快取。

public interface class IResourceNamesCache
public interface IResourceNamesCache
type IResourceNamesCache = interface
Public Interface IResourceNamesCache
衍生

方法

GetOrAdd(String, Func<String,IList<String>>)

如果名稱不存在,則使用指定的函式,將一組資源名稱新增至快取。

適用於