OpenSim
|
This is the complete list of members for OpenSim.Framework.Cache, including all inherited members.
Cache() | OpenSim.Framework.Cache | inline |
Cache(CacheMedium medium) | OpenSim.Framework.Cache | inline |
Cache(CacheMedium medium, CacheFlags flags) | OpenSim.Framework.Cache | inline |
Cache(CacheMedium medium, CacheStrategy strategy) | OpenSim.Framework.Cache | inline |
Cache(CacheStrategy strategy, CacheFlags flags) | OpenSim.Framework.Cache | inline |
Cache(CacheFlags flags) | OpenSim.Framework.Cache | inline |
Cache(CacheMedium medium, CacheStrategy strategy, CacheFlags flags) | OpenSim.Framework.Cache | inline |
Clear() | OpenSim.Framework.Cache | inline |
Count | OpenSim.Framework.Cache | |
DefaultTTL | OpenSim.Framework.Cache | |
Expire(bool getting) | OpenSim.Framework.Cache | inlineprotectedvirtual |
Find(Predicate< CacheItemBase > d) | OpenSim.Framework.Cache | inline |
Get(string index) | OpenSim.Framework.Cache | inlinevirtual |
Get(string index, FetchDelegate fetch) | OpenSim.Framework.Cache | inlinevirtual |
GetItem(string index) | OpenSim.Framework.Cache | inlineprotectedvirtual |
Invalidate(string uuid) | OpenSim.Framework.Cache | inline |
OnExpire | OpenSim.Framework.Cache | |
Size | OpenSim.Framework.Cache | |
Store(string index, Object data) | OpenSim.Framework.Cache | inlinevirtual |
Store(string index, Object data, Type container) | OpenSim.Framework.Cache | inlinevirtual |
Store(string index, Object data, Type container, Object[] parameters) | OpenSim.Framework.Cache | inlinevirtual |