ssl_session_cache
Functions
init(X1) -> term()
terminate(Cache) -> term()
lookup(Cache, Key) -> term()
update(Cache, Key, Session) -> term()
delete(Cache, Key) -> term()
foldl(Fun, Acc0, Cache) -> term()
select_session(Cache, PartialKey) -> term()
View Functions
init/1
terminate/1
lookup/2
update/3
delete/2
foldl/3
select_session/2