February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to modify the cache timeout value for Access Services.
Solution: Use the CacheTimeout parameter with the Set-SPAccessServiceApplication cmdlet.
The CacheTimeout parameter determines the maximum number of seconds that Access Services should cache data without user activity. A -1 entry means never time out. The valid range otherwise is 1 to 2073600 (that is, 2,073,600 seconds, equating to 24 days). The default is 300 seconds (5 minutes). Listing 23.2 shows a sample modification of the cache timeout.
Listing 23.2. Setting the Cache Timeout to 10 Minutes
Set-SPAccessServiceApplication -Identity "Access Services"-CacheTimeout 600
Read now
Unlock full access