aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Cache.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-29/+54
2012-08-20Tighten up OpenSim.Framework.Cache locking to avoid race conditions.Justin Clark-Casey (justincc)1-30/+53
This is to resolve a reported issue in http://opensimulator.org/mantis/view.php?id=6232 Here, the land management module is using OpenSim.Framework.Cache (the only code to currently do so apart from the non-default CoreAssetCache).
2009-05-10Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker1-0/+6
for asset retrieval (full asset only) to ease migration to the new system
2009-05-10Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker1-23/+23
keys to allow caching the new crop of URI identified objects.
2009-02-12* optimized usings.lbsa711-2/+2
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-0/+27
2008-09-28Mantis#2288. Thank you kindly, SMeans, for a patch that:Charles Krinke1-2/+2
Corrects the typo of namespace Opensim.Framework to OpenSim.Framework in Cache.cs.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-24/+24
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-18Formatting cleanup.Jeff Ames1-2/+2
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-08-17Add an invalidate method to the cache class.Melanie Thielker1-0/+10
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames1-29/+29
2008-08-13Add a Find(Predicate) method to the cache to look for items by dataMelanie Thielker1-0/+11
other than LLUUID.
2008-08-13Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker1-6/+24
Add a Dictionary for faster lookup of cached items.
2008-08-08Update svn properties, minor formatting cleanup.Jeff Ames1-460/+460
2008-08-07Committing first draft of the universal cache. This is by no meansMelanie Thielker1-0/+467
finished, but it does work for memory caching items in aggressive mode. Supports several paramters, including TTL.