RedisCachingBackend Properties |
The RedisCachingBackend type exposes the following members.
Name | Description | |
---|---|---|
Configuration |
Gets the configuration of the current RedisCachingBackend.
| |
Connection |
Gets the Redis connection used by the current RedisCachingBackend.
| |
Database |
Gets the Redis database used by the current RedisCachingBackend.
| |
Id |
Gets the Guid of the current CachingBackend.
(Inherited from CachingBackend.) | |
Logger |
Gets the Logger that implementations can use to emit
log records.
(Inherited from CachingBackend.) | |
Status | (Inherited from CachingBackend.) | |
SupportedFeatures |
Gets the set of features supported by the current CachingBackend.
(Inherited from CachingBackend.) | |
ValueAdapters |
Gets the factory of value adapters (IValueAdapter), which allow for instance to cache things like Stream or IEnumerable,
which could not be otherwise cached.
(Inherited from CachingBackend.) |