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

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

AccessedSinceLastTimeCheckOpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
AddToNewGeneration(int bucketIndex, TKey key, TValue value, long size)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inlineprotectedvirtual
Clear()OpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
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 >
Contains(int bucketIndex, TKey key)OpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
CountOpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
DefaultExpirationTimeOpenSim.Framework.CnmMemoryCache< TKey, TValue >static
DefaultMaxCountOpenSim.Framework.CnmMemoryCache< TKey, TValue >
DefaultMaxSizeOpenSim.Framework.CnmMemoryCache< TKey, TValue >
ExpirationTimeOpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
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 >
MakeOld()OpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
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(int bucketIndex, TKey key)OpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
OpenSim::Framework::CnmMemoryCache< TKey, TValue >.Remove(TKey key)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
RemoveRange(IEnumerable< TKey > keys)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
Set(int bucketIndex, TKey key, TValue value, long size)OpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
OpenSim::Framework::CnmMemoryCache< TKey, TValue >.Set(TKey key, TValue value, long size)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline
SizeOpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
SyncRootOpenSim.Framework.CnmMemoryCache< TKey, TValue >
TryGetValue(int bucketIndex, TKey key, out TValue value, out long size)OpenSim.Framework.CnmMemoryCache< TKey, TValue >.IGeneration
OpenSim::Framework::CnmMemoryCache< TKey, TValue >.TryGetValue(TKey key, out TValue value)OpenSim.Framework.CnmMemoryCache< TKey, TValue >inline