|
Subject:
|
Caching
|
|
Posted By:
|
bmains
|
Post Date:
|
2/12/2004 1:06:25 PM
|
Hello,
I believe I made a gross error in my judgement. What I was wondering is does the cache object have access to a user or to the entire application (it it like the Session object or the Application object)?
Thanks,
Brian Mains
|
|
Reply By:
|
stu9820
|
Reply Date:
|
2/12/2004 1:13:26 PM
|
If I have read correctly it is the entire application.
|
|
Reply By:
|
planoie
|
Reply Date:
|
2/12/2004 1:58:37 PM
|
Yes, the cache is application scope.
|
|
Reply By:
|
bmains
|
Reply Date:
|
2/12/2004 3:24:55 PM
|
OK, thanks for your help.
|
|
Reply By:
|
alyeng2000
|
Reply Date:
|
2/27/2004 8:06:02 AM
|
Scopes:
application scope: caching , public variables ,applications
user scope:sessions
page scope: viewstate
Ahmed Ali Software Developer
|