# Functions
Deprecated: will be retired soon InitMemoryCache initializes cache with in-memory type params: - expiration: expiration time - cleanupInterval: cleanup interval
returns: - Cache: cache instance.
Deprecated: will be retired soon InitRedisCache initializes cache with redis type params: - url: redis url
returns: - Cache: cache instance - error: error if any.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
Deprecated: will be retired soon.