-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from Avanade/feature/updateTargetFramework
feat: update Liquid.Cache target framework to net6.0.
- Loading branch information
Showing
16 changed files
with
127 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<configuration> | ||
<ncache-server connection-retries="3" retry-connection-delay="0" retry-interval="1" command-retries="3" command-retry-interval="0.1" client-request-timeout="90" connection-timeout="5" port="9800"/> | ||
<cache id="myReplicatedCache" client-cache-id="" client-cache-syncmode="optimistic" default-readthru-provider="" default-writethru-provider="" load-balance="True" enable-client-logs="False" log-level="error"> | ||
<server name="10.0.5.1"/> | ||
</cache> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<configuration> | ||
<cache-config cache-name="myCache" alias="" config-id="e097c2c0-88af-4aa2-8a8a-c6432eeaa3fe" config-version="0" store-type="distributed-cache"> | ||
<cache-settings inproc="True" last-modified="" auto-start="False" data-format="Binary"> | ||
<logging enable-logs="True" trace-errors="True" trace-notices="False" trace-warnings="False" trace-debug="False" log-path=""/> | ||
<performance-counters enable-counters="True" snmp-port="0"/> | ||
<data-load-balancing enabled="False" auto-balancing-threshold="60%" auto-balancing-interval="30sec"/> | ||
<compression enable-compression="False" threshold="100kb"/> | ||
<client-death-detection/> | ||
<client-activity-notification enabled="False" retention-period="5sec"/> | ||
<cache-notifications item-remove="False" item-add="False" item-update="False"/> | ||
<cleanup interval="15sec"/> | ||
<storage type="heap" cache-size="1024mb"/> | ||
<eviction-policy enabled-eviction="True" default-priority="normal" policy="lru" eviction-ratio="5%"/> | ||
<expiration-policy enabled="False"> | ||
<absolute-expiration longer-enabled="False" longer-value="0" default-enabled="False" default-value="0"/> | ||
<sliding-expiration longer-enabled="False" longer-value="0" default-enabled="False" default-value="0"/> | ||
</expiration-policy> | ||
<cache-topology topology="local-cache"/> | ||
<tasks-config max-tasks="10" chunk-size="100" communicate-stats="False" queue-size="10" max-avoidable-exceptions="10"/> | ||
<split-brain-recovery enable="False" detection-interval="60"/> | ||
</cache-settings> | ||
</cache-config> | ||
|
||
|
||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<tls-info> | ||
<certificate-name>certificate-name</certificate-name> | ||
<certificate-thumbprint>your-thumbprint</certificate-thumbprint> | ||
<enabled>false</enabled> | ||
<require-client-certificate>false</require-client-certificate> | ||
</tls-info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<configuration> | ||
<ncache-server connection-retries="3" retry-connection-delay="0" retry-interval="1" command-retries="3" command-retry-interval="0.1" client-request-timeout="90" connection-timeout="5" port="9800"/> | ||
<cache id="myReplicatedCache" client-cache-id="" client-cache-syncmode="optimistic" default-readthru-provider="" default-writethru-provider="" load-balance="True" enable-client-logs="False" log-level="error"> | ||
<server name="10.0.5.1"/> | ||
</cache> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<configuration> | ||
<cache-config cache-name="myCache" alias="" config-id="e097c2c0-88af-4aa2-8a8a-c6432eeaa3fe" config-version="0" store-type="distributed-cache"> | ||
<cache-settings inproc="True" last-modified="" auto-start="False" data-format="Binary"> | ||
<logging enable-logs="True" trace-errors="True" trace-notices="False" trace-warnings="False" trace-debug="False" log-path=""/> | ||
<performance-counters enable-counters="True" snmp-port="0"/> | ||
<data-load-balancing enabled="False" auto-balancing-threshold="60%" auto-balancing-interval="30sec"/> | ||
<compression enable-compression="False" threshold="100kb"/> | ||
<client-death-detection/> | ||
<client-activity-notification enabled="False" retention-period="5sec"/> | ||
<cache-notifications item-remove="False" item-add="False" item-update="False"/> | ||
<cleanup interval="15sec"/> | ||
<storage type="heap" cache-size="1024mb"/> | ||
<eviction-policy enabled-eviction="True" default-priority="normal" policy="lru" eviction-ratio="5%"/> | ||
<expiration-policy enabled="False"> | ||
<absolute-expiration longer-enabled="False" longer-value="0" default-enabled="False" default-value="0"/> | ||
<sliding-expiration longer-enabled="False" longer-value="0" default-enabled="False" default-value="0"/> | ||
</expiration-policy> | ||
<cache-topology topology="local-cache"/> | ||
<tasks-config max-tasks="10" chunk-size="100" communicate-stats="False" queue-size="10" max-avoidable-exceptions="10"/> | ||
<split-brain-recovery enable="False" detection-interval="60"/> | ||
</cache-settings> | ||
</cache-config> | ||
|
||
|
||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<tls-info> | ||
<certificate-name>certificate-name</certificate-name> | ||
<certificate-thumbprint>your-thumbprint</certificate-thumbprint> | ||
<enabled>false</enabled> | ||
<require-client-certificate>false</require-client-certificate> | ||
</tls-info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters