Nebulex v1.2.0 mix nebulex.gen.cache View Source

Generates a new cache.

The cache will be placed in the lib directory.

Examples

mix nebulex.gen.cache -c Custom.Cache -a Nebulex.Adapters.Local

Command line options

  • -c, --cache - the cache to generate
  • -a, --adapter - the cache adapter to use (optional)