OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
OpenSim.Framework.CnmMemoryCache< TKey, TValue > Member List

This is the complete list of members for OpenSim.Framework.CnmMemoryCache< TKey, TValue >, including all inherited members.

AddToNewGeneration(int bucketIndex, TKey key, TValue value, long size)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inlineprotectedvirtual
Clear()OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
CnmMemoryCache()OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
CnmMemoryCache(long maximalSize)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
CnmMemoryCache(long maximalSize, int maximalCount)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
CnmMemoryCache(long maximalSize, int maximalCount, TimeSpan expirationTime)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
CnmMemoryCache(long maximalSize, int maximalCount, TimeSpan expirationTime, IEqualityComparer< TKey > comparer)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
ComparerOpenSim.Framework.CnmMemoryCache< TKey, TValue >
CountOpenSim.Framework.CnmMemoryCache< TKey, TValue >
DefaultExpirationTimeOpenSim.Framework.CnmMemoryCache< TKey, TValue >static
DefaultMaxCountOpenSim.Framework.CnmMemoryCache< TKey, TValue >
DefaultMaxSizeOpenSim.Framework.CnmMemoryCache< TKey, TValue >
ExpirationTimeOpenSim.Framework.CnmMemoryCache< TKey, TValue >
GetBucketIndex(TKey key)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inlineprotectedvirtual
GetEnumerator()OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
IsCountLimitedOpenSim.Framework.CnmMemoryCache< TKey, TValue >
IsSizeLimitedOpenSim.Framework.CnmMemoryCache< TKey, TValue >
IsSynchronizedOpenSim.Framework.CnmMemoryCache< TKey, TValue >
IsTimeLimitedOpenSim.Framework.CnmMemoryCache< TKey, TValue >
MaxCountOpenSim.Framework.CnmMemoryCache< TKey, TValue >
MaxElementSizeOpenSim.Framework.CnmMemoryCache< TKey, TValue >
MaxSizeOpenSim.Framework.CnmMemoryCache< TKey, TValue >
MinExpirationTimeOpenSim.Framework.CnmMemoryCache< TKey, TValue >static
PurgeExpired()OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
PurgeGeneration(IGeneration generation)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inlineprotectedvirtual
Remove(TKey key)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
RemoveRange(IEnumerable< TKey > keys)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
Set(TKey key, TValue value, long size)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
SizeOpenSim.Framework.CnmMemoryCache< TKey, TValue >
SyncRootOpenSim.Framework.CnmMemoryCache< TKey, TValue >
TryGetValue(TKey key, out TValue value)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline