View Source API Reference lib_oss v0.2.2

Modules

A simple buffer queue implementation using ETS tables.

This module provides a simple cache framework for storing and retrieving key-value pairs.

This modules implements a simple LRU cache, using 2 ets tables for it.

A cache storage module that provides a simple interface for storing and retrieving key-value pairs.

This module provides functions for encrypting and decrypting data using the AES-128-CBC algorithm.

Hashes terms using the FNV-1a 32-bit algorithm.

This module provides functions for loading SSL certificates and keys from PEM-encoded data.

This module provides macros for performing assertions in Elixir code.

This module provides a macro for defining compile-time constants in Elixir code.

This module provides a macro for starting a new task under a given supervisor.

ExKits.Cache.Storage implementation by ETS

General exception with an optional string, map, or Keyword list stored in exception details

时间相关工具