OutSystems Forge 日本語データベース

MemoryCache

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-06-16 2.0.0 André Siébra 9.1.301.0 All All Components, Libraries
使いやすいキャッシュメカニズムを提供し、サーバーメモリにデータを格納することができます。
MemoryCacheのサンプルデモをご覧ください: https://andresiebra.outsystemscloud.com/MemoryCache_SampleReport この拡張機能では、.NET FrameworkのSystem.Runtime.Caching名前空間を使用して、アプリケーションにサーバーキャッシュを実装できます。 重要:オブジェクトをメモリに格納するときは注意してください。オブジェクトはノードの1つのみに格納されるため、ファームシナリオでは機能しません。 完全性を保証するために、ソリューションがフロントエンドを1つだけサポートしているかどうかを確認する必要があります。

[Overview]
Provides an easy-to-use caching mechanism that allows you to store data in server memory.
[Detail]
See a sample demo of MemoryCache here: https://andresiebra.outsystemscloud.com/MemoryCache_SampleReport This extension uses the System.Runtime.Caching namespace from .NET Framework that let you implement server caching in your applications. Important: be careful when storing objects in memory: it won't work in farm scenarios, because the objetc will be stored in only one of the nodes. You should check if your solution support only one frontend to ensure integrity.
戻る