From: erickson Date: Tue, 8 Mar 2005 00:06:34 +0000 (+0000) Subject: changed 'slot' to 'key' for clarity, should have no effect on behavior X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0465d53ccea89bd00972d9c1bc83e8ba0805df5c;p=opensrf%2Fbjwebb.git changed 'slot' to 'key' for clarity, should have no effect on behavior git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@201 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/OpenSRF/Utils/Cache.pm b/src/perlmods/OpenSRF/Utils/Cache.pm index 2aaf2d4..fd212f0 100644 --- a/src/perlmods/OpenSRF/Utils/Cache.pm +++ b/src/perlmods/OpenSRF/Utils/Cache.pm @@ -102,7 +102,7 @@ sub put_cache { } } - ($slot) = $persist_push_stack->run("_CACHEVAL_$slot", $value); + ($slot) = $persist_push_stack->run("_CACHEVAL_$key", $value); if(!$slot) { throw OpenSRF::EX::ERROR ("Unable to push data onto stack in persist slot _CACHEVAL_$key" );