mirror of
https://github.com/valitydev/cache.git
synced 2024-11-06 01:45:19 +00:00
Merge remote-tracking branch 'github/master'
This commit is contained in:
commit
6259fb587d
@ -130,7 +130,7 @@ start() ->
|
||||
%% {size, integer()} - cache cardinality quota
|
||||
%% {n, integer()} - number of cache segments
|
||||
%% {ttl, integer()} - default time-to-live in seconds
|
||||
%% {quota, integer()} - frequency of quota check in seconds
|
||||
%% {check, integer()} - frequency of quota check in seconds
|
||||
%% {stats, function() | {Mod, Fun}} - cache statistic aggregate functor
|
||||
%% {heir, atom() | pid()} - heir of evicted cache segments
|
||||
-spec(start_link/1 :: (list()) -> {ok, pid()} | {error, any()}).
|
||||
|
Loading…
Reference in New Issue
Block a user