Skip to content

Commit 9b6307f

Browse files
Gencebay DemirGencebay Demir
authored andcommitted
Cache invalidate command built-in support
1 parent a2c8ade commit 9b6307f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Clients (for example MVC Web Application Hosting) and at the same time may
88
client can be a Browser (User-Agent) then you can manage your connections and domain data transfer
99
operations with same interfaces.
1010

11-
![](https://ci.appveyor.com/api/projects/status/h8hcoiol8as0ok24?svg=true)
12-
1311
### Usage for API - Service Layer
1412

1513
#### Startup ConfigureServices

src/NetCoreStack.WebSockets/WebSocketCommands.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public enum WebSocketCommands : byte
1010
ServerClose = 4,
1111
ServerAbort = 8,
1212
CacheReady = 16,
13-
All = 31
13+
CacheInvalidate = 32,
14+
All = 63
1415
}
1516
}

0 commit comments

Comments
 (0)