aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RegionInfoCache.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added an expiring cache for region information to theMic Bowman2011-06-151-0/+137
RemoteGridService connector. Timeout is currently set at five minutes. Negative results are not cached. The result is that operations like send an instant message do not have to go through the grid service every time.