Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-10 | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 1 | -0/+6 | |
for asset retrieval (full asset only) to ease migration to the new system | |||||
2009-05-10 | Add some asset cache plumbing. Change the generic cache from UUID to string | Melanie Thielker | 1 | -23/+23 | |
keys to allow caching the new crop of URI identified objects. | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -2/+2 | |
2008-11-08 | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 1 | -0/+27 | |
2008-09-28 | Mantis#2288. Thank you kindly, SMeans, for a patch that: | Charles Krinke | 1 | -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 JHurliman | Teravus Ovares | 1 | -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-18 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-08-17 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-08-17 | Add an invalidate method to the cache class. | Melanie Thielker | 1 | -0/+10 | |
2008-08-15 | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 1 | -29/+29 | |
2008-08-13 | Add a Find(Predicate) method to the cache to look for items by data | Melanie Thielker | 1 | -0/+11 | |
other than LLUUID. | |||||
2008-08-13 | Port the llParcelMediaQuery forward to the new Shared/ directory | Melanie Thielker | 1 | -6/+24 | |
Add a Dictionary for faster lookup of cached items. | |||||
2008-08-08 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -460/+460 | |
2008-08-07 | Committing first draft of the universal cache. This is by no means | Melanie Thielker | 1 | -0/+467 | |
finished, but it does work for memory caching items in aggressive mode. Supports several paramters, including TTL. |