From 949abfab79922c5673d37bd142559c52faa4767c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 27 Feb 2021 15:07:12 -0700 Subject: store record of remote cache in field of *CONNECTION* Signed-off-by: Sean Whitton --- src/connection.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/connection.lisp') diff --git a/src/connection.lisp b/src/connection.lisp index b6a23fa..0ba08a6 100644 --- a/src/connection.lisp +++ b/src/connection.lisp @@ -55,7 +55,9 @@ For an example of usage, see the :SUDO connection type.")) ((parent :initform *connection* :documentation - "The value of *CONNECTION* at the time this connection was established."))) + "The value of *CONNECTION* at the time this connection was established.") + (cached-data + :initform nil))) (defclass lisp-connection (connection) ()) -- cgit v1.2.3