aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Cache.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.