CacheService
Cache Service doesn't do anything itself. It only register a service with an AppDomain/Exe, so that when the client stops, the AppDomain/Exe continues to
run and hold cached data.
Constructors
Constructor | Description |
new()
Signature: unit -> CacheService
|
|
Static members
Static member | Description |
CacheServiceName()
Signature: unit -> string
|
Default name of the cache service.
|
CacheServiceName()
Signature: unit -> unit
|
Default name of the cache service.
|
Start(cl)
Signature: cl:Cluster -> unit
|
Start cache service on cluster
|
Start()
Signature: unit -> unit
|
Start cache service on current cluster
|
Stop(cl)
Signature: cl:Cluster -> unit
|
Stop cache service on cluster
|
Stop()
Signature: unit -> unit
|
Stop cache service on current cluster
|