ssl_session_cache

Functions


delete(Cache, Key) -> term()

foldl(Fun, Acc0, Cache) -> term()

init(X1) -> term()

lookup(Cache, Key) -> term()

select_session(Cache, PartialKey) -> term()

terminate(Cache) -> term()

update(Cache, Key, Session) -> term()

View Functions