components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.usage-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.usage-description

React
Blazor

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.what-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.what-description

  • components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.what-columns
  • components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.what-primary
  • components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.what-relationships
  • components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.what-image

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.columns-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.columns-description

React
Blazor

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.relationships-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.relationships-description

React
Blazor

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.tip-label

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.TableMetadataCache.TableMetadataCacheDemoPage.vs-service-description

ITableMetadataCache Interface

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.methods

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
GetAsyncstring key
CancellationToken token
Task<TableMetadata>
キーでキャッシュからアイテムを取得します。もしアイテムがキャッシュされていない場合は、基底のソースからフェッチされ、キャッシュされて返されます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: GetAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: string key
CancellationToken token
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<TableMetadata>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: キーでキャッシュからアイテムを取得します。もしアイテムがキャッシュされていない場合は、基底のソースからフェッチされ、キャッシュされて返されます。