View Source Nebulex.Adapters.Horde.Cache (nebulex_adapters_horde v1.0.1)

This defines a facade to access the desired horde cache implementation

Link to this section Summary

Link to this section Functions

Link to this function

all(adapter_meta, return_type \\ nil)

View Source
Link to this function

delete!(adapter_meta, key)

View Source
Link to this function

delete_all(adapter_meta)

View Source
Link to this function

exists?(adapter_meta, key)

View Source
Link to this function

expire!(adapter_meta, key, ttl)

View Source
Link to this function

get_all!(adapter_meta, keys)

View Source
Link to this function

put!(adapter_meta, key, value, ttl)

View Source
Link to this function

put_all!(adapter_meta, entries, ttl)

View Source
Link to this function

put_new!(adapter_meta, key, value, ttl)

View Source
Link to this function

put_new_all!(adapter_meta, entries, ttl)

View Source
Link to this function

stream_all(adapter_meta, return_type \\ nil)

View Source
Link to this function

take!(adapter_meta, key)

View Source
Link to this function

touch!(adapter_meta, key)

View Source
Link to this function

update!(adapter_meta, key, value, ttl)

View Source
Link to this function

update_counter!(adapter_meta, key, amount, ttl, default)

View Source