Module ecache

Function Index

cache_sup/4
cache_ttl_sup/5
dirty/2
dirty/3
dirty_memoize/4
empty/1
get/2
memoize/4
rand/2
rand_keys/2
stats/1
total_size/1

Function Details

cache_sup/4

cache_sup(Name, Mod, Fun, Size) -> any()

cache_ttl_sup/5

cache_ttl_sup(Name, Mod, Fun, Size, TTL) -> any()

dirty/2

dirty(Name, Key) -> any()

dirty/3

dirty(Name, Key, NewData) -> any()

dirty_memoize/4

dirty_memoize(MemoizeCacheServer, Module, Fun, Key) -> any()

empty/1

empty(Name) -> any()

get/2

get(Name, Key) -> any()

memoize/4

memoize(MemoizeCacheServer, Module, Fun, Key) -> any()

rand/2

rand(Name, Count) -> any()

rand_keys/2

rand_keys(Name, Count) -> any()

stats/1

stats(Name) -> any()

total_size/1

total_size(Name) -> any()


Generated by EDoc