mirror of
https://github.com/valitydev/cache.git
synced 2024-11-06 01:45:19 +00:00
add CI support
This commit is contained in:
parent
bda14508ae
commit
f190930ba3
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
script: make && make test
|
||||
language: erlang
|
||||
otp_release:
|
||||
- 18.2.1
|
||||
- 17.5
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Segmented in-memory cache
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/fogfish/cache.svg?branch=master)](http://travis-ci.org/fogfish/cache)
|
||||
|
||||
Cache uses N disposable ETS tables instead of single one. The cache applies eviction and quota
|
||||
policies at segment level. The oldest ETS table is destroyed and new one is created when
|
||||
quota or TTL criteria are exceeded.
|
||||
|
Loading…
Reference in New Issue
Block a user