PostSharp Caching
.NETのアプリのパフォーマンスをシンプルなカスタム属性で向上
PostSharp Technologies 社の製品
2015 年より日本国内にてComponentSourceで販売中。
価格:¥ 31,130 (税込)〜 バージョン: v2024.x 新機能 更新: 毎月
PostSharp allows you to dramatically reduce the complexity of caching. It allows you to cache the return value of a method as a function of its arguments with just a custom attribute, namely the CacheAttribute aspect. The InvalidateCacheAttribute aspect and the CachingServices.Invalidation API offer a strongly-typed way to invalidate cached methods. Additionally, PostSharp is independent from the caching framework or server (called caching backend), so you can choose from several backends or implement an adapter for your own backend.
Caching is a great way to improve the latency an application. Traditionally, when you implement caching, you need to play with the API of the caching framework (such as MemoryCache) or caching server (such as Redis) and to include moderately complex logic to your source code to generate the cache key, check the existence of the item in the cache, and add the item into the cache. Another source of complexity stems from removing items from the cache when the source data is updated. Implementing...
PostSharp Cachingは、次の製品にも含まれています。
今すぐ PostSharp Technologies ライセンススペシャリストとライブ チャット。