README.md
# ecto_struct_cachex [](https://hex.pm/packages/ecto_struct_cachex) [](https://hexdocs.pm/ecto_struct_cachex/)
in-memory cache for ecto struct.
## Installation
Add ecto_struct_cachex to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:ecto_struct_cachex, "~> 0.1.0"}]
end
```
run `mix deps.get`.
## Sample
This Sample Project is the basis for ecto_struct_cachex, help you use well.
Download via [Gitee](https://gitee.com/lizhaochao/ecto_struct_cachex_sample) or [Github](https://github.com/lizhaochao/ecto_struct_cachex_sample).
## Contributing
Contributions to ecto_struct_cachex are very welcome!
Bug reports, documentation, spelling corrections... all of those (and probably more) are much appreciated contributions!