Search
nebulex_adapters_horde
v1.0.1
Pages
Modules
Settings
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
Functions
all(adapter_meta, return_type \\ nil)
count_all(adapter_meta)
delete!(adapter_meta, key)
delete_all(adapter_meta)
exists?(adapter_meta, key)
expire!(adapter_meta, key, ttl)
get!(adapter_meta, key)
get_all!(adapter_meta, keys)
put!(adapter_meta, key, value, ttl)
put_all!(adapter_meta, entries, ttl)
put_new!(adapter_meta, key, value, ttl)
put_new_all!(adapter_meta, entries, ttl)
stream_all(adapter_meta, return_type \\ nil)
take!(adapter_meta, key)
touch!(adapter_meta, key)
ttl!(adapter_meta, key)
update!(adapter_meta, key, value, ttl)
update_counter!(adapter_meta, key, amount, ttl, default)
Link to this section
Functions
Link to this function
all(adapter_meta, return_type \\ nil)
View Source
Link to this function
count_all(adapter_meta)
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!(adapter_meta, key)
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
ttl!(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