All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

reset-ssl-abstract-context Function

Summary

Resets a ssl-abstract-context, releasing the data that it has cached.

Package

comm

Signature

reset-ssl-abstract-context abstract-context

Arguments
abstract-context
Description

The function reset-ssl-abstract-context resets abstract-context, which releases all the data that it has cached. abstract-context can be used afterwards, which will cause the data to be read and cached again.

Notes

reset-ssl-abstract-context is rarely useful, because the caches associated with a ssl-abstract-context are not large. It may be useful if some of the files that it read have changed.

See also

ssl-abstract-context
create-ssl-server-context
create-ssl-client-context


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26