aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Cache.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-08-181-2/+2
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-171-1/+1
|
* Add an invalidate method to the cache class.Melanie Thielker2008-08-171-0/+10
|
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-29/+29
|
* Add a Find(Predicate) method to the cache to look for items by dataMelanie Thielker2008-08-131-0/+11
| | | | | | other than LLUUID.
* Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker2008-08-131-6/+24
| | | | | | Add a Dictionary for faster lookup of cached items.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-081-460/+460
|
* Committing first draft of the universal cache. This is by no meansMelanie Thielker2008-08-071-0/+467
finished, but it does work for memory caching items in aggressive mode. Supports several paramters, including TTL.