diff options
author | xue <> | 2007-09-17 18:18:17 +0000 |
---|---|---|
committer | xue <> | 2007-09-17 18:18:17 +0000 |
commit | b558f2c60e97540415464719149b773e51f79abc (patch) | |
tree | d3b235dbc1d3646c9b895e09b79fc3cb3500c9d3 /framework/Web/TCacheHttpSession.php | |
parent | 96f2c4205554f69ffd2d872bcd0dcd87b3a6e571 (diff) |
Added TCachePageStatePersister
Diffstat (limited to 'framework/Web/TCacheHttpSession.php')
-rw-r--r-- | framework/Web/TCacheHttpSession.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/TCacheHttpSession.php b/framework/Web/TCacheHttpSession.php index edc79935..21638131 100644 --- a/framework/Web/TCacheHttpSession.php +++ b/framework/Web/TCacheHttpSession.php @@ -67,7 +67,7 @@ class TCacheHttpSession extends THttpSession } /** - * @return string host name of the memcache server + * @return string the ID of the cache module. */ public function getCacheModuleID() { |