ShieldedCache v1.4.0 ShieldedCache.Logging View Source

ShieldedCache.Logging

The main logging module for the ShieldedCache package that automatically manages turning log messages into JSON maps using the inspect protocol.

Link to this section Summary

Link to this section Functions

Link to this function cache_fetch_error(cache_name, key, cache_request, error) View Source
Link to this function cache_get_or_fetch_error(cache_name, key, cache_request, error) View Source
Link to this function configuration_initialization(cache_name, caching_module) View Source
Link to this function deserialization_error(value, error) View Source
Link to this function local_agent_get_key_error(cache_name, key, error) View Source
Link to this function memcached_cluster_get_key_error(cache_name, key, error) View Source
Link to this function memcached_cluster_invalidate_key_error(cache_name, key, error) View Source
Link to this function memcached_cluster_set_key_error(cache_name, key, value, error) View Source
Link to this function memcached_get_key_error(cache_name, key, error) View Source
Link to this function memcached_invalidate_key_error(cache_name, key, error) View Source
Link to this function memcached_set_key_error(cache_name, key, value, error) View Source
Link to this function parse_unix_expire_time_error(expire_time, error) View Source
Link to this function redis_get_key_error(cache_name, key, error) View Source
Link to this function redis_invalidate_key_error(cache_name, key, error) View Source
Link to this function redis_set_key_error(cache_name, key, value, error) View Source
Link to this function serialization_error(value, error) View Source