namespace Mirea.Api.Dto.Common; /// /// Specifies the types of caching mechanisms available. /// public enum CacheType { /// /// Memcached caching type. /// Memcached, /// /// Redis caching type. /// Redis }