Persists an object to the backing store.
Namespace: Soss.Client
Assembly: soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax
Parameters
- id
- Type: Soss.Client.CachedObjectId
The identifier of the object to persist. - value
- Type: System.Object
The cached object to be written to the backing store.
See Also