Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

Overload List

  NameDescription
Add(String, array<Byte>[]()[])
Adding an item to cache. Items are added with Normal priority and DateTime.MaxValue. Items are only get cleared from cache in case max. cache factor arrived or the cache get refreshed.
Add(String, Object)
Adding an item to cache. Items are added with Normal priority and DateTime.MaxValue. Items are only get cleared from cache in case max. cache factor arrived or the cache get refreshed.
Add(String, array<Byte>[]()[], IndexusMessage..::.CacheItemPriority)
Adding an item to cache. Items are added with provided priority IndexusMessage..::.CacheItemPriority and DateTime.MaxValue. Items are only get cleared from cache in case max. cache factor arrived or the cache get refreshed.
Add(String, array<Byte>[]()[], DateTime)
Adding an item to cache. Items are added with Normal priority and provided DateTime. Items get cleared from cache in case max. cache factor arrived, cache get refreshed or provided DateTime reached provided DateTime. The server takes care of items with provided DateTime.
Add(String, array<Byte>[]()[], String)
Adding an item to specific cache node. It let user to control on which server node the item will be placed. Items are added with normal priority IndexusMessage..::.CacheItemPriority and DateTime.MaxValue DateTime. Items are only get cleared from cache in case max. cache factor arrived or the cache get refreshed.
Add(String, Object, IndexusMessage..::.CacheItemPriority)
Adding an item to cache. Items are added with provided priority IndexusMessage..::.CacheItemPriority and DateTime.MaxValue. Items are only get cleared from cache in case max. cache factor arrived or the cache get refreshed.
Add(String, Object, DateTime)
Adding an item to cache. Items are added with Normal priority and provided DateTime. Items get cleared from cache in case max. cache factor arrived, cache get refreshed or provided DateTime reached provided DateTime. The server takes care of items with provided DateTime.
Add(String, Object, String)
Adding an item to specific cache node. It let user to control on which server node the item will be placed. Items are added with normal priority IndexusMessage..::.CacheItemPriority and DateTime.MaxValue DateTime. Items are only get cleared from cache in case max. cache factor arrived or the cache get refreshed.
Add(String, array<Byte>[]()[], DateTime, IndexusMessage..::.CacheItemPriority)
Adding an item to cache. Items are added with provided priority IndexusMessage..::.CacheItemPriority and provided DateTime. Items get cleared from cache in case max. cache factor arrived, cache get refreshed or provided DateTime reached provided DateTime. The server takes care of items with provided DateTime.
Add(String, Object, DateTime, IndexusMessage..::.CacheItemPriority)
Adding an item to cache. Items are added with provided priority IndexusMessage..::.CacheItemPriority and provided DateTime. Items get cleared from cache in case max. cache factor arrived, cache get refreshed or provided DateTime reached provided DateTime. The server takes care of items with provided DateTime.

See Also