The following tables list the members exposed by CacheStoreUtilities.
Name | Description | |
---|---|---|
AdjustRawGetValuesResult | Checks the passed dictionary with values for the presence in it of values with the given keys. | |
ExpireGroup | Sets the aging flag for the specified group of cache items. | |
GetRootStore | Overloaded. | |
GetValue | Overloaded. | |
GetValues | Gets values from the cache according to a given list of keys. | |
Pop<T> | Gets the value by the key key from the data storage, casts the obtained value to the appropriate type and deletes the given key from the storage | |
SetOrRemoveValue | Tries to write the value value to the cache by the key key. If the value is null , deletes the key from the cache | |
WithLocalCaching | Overloaded. | |
WithLocalCachingOnly | Provides the local data storage and data freshness monitoring , using the specified (global) cache. |