CacheFactoryNamedCacheCreated Event

ScaleOut Software NamedCache API
An event that fires when a new NamedCache is created by the CacheFactory before its first use. You may hook this event to initialize NamedCache settings before the cache's first use.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public static event NamedCacheCreatedEventHandler NamedCacheCreated

Value

Type: Soss.ClientNamedCacheCreatedEventHandler
Remarks

This event fires before the NamedCache is visible via the CacheFactory. GetCache(String) callers will block until any handlers registered for this event have executed.
See Also

Reference