J
Jeff
Hey
I've bought the book "ASP.NET 2.0 website programming, Problem, Design,
Solution" and some of its code examples is this code:
protected Cache Cache
{
get ( return HttpContext.Current.Cache; )
}
I've got problems understanding this: "Cache Cache", I guess the first
"cache" here is the datatype? What is the second "cache"? is it the method
name? (I doubt it is the methos name, both datatype and method name is the
same)... And if this was a method then from my understanding there should be
some parenthesis after the method name??
Jeff
I've bought the book "ASP.NET 2.0 website programming, Problem, Design,
Solution" and some of its code examples is this code:
protected Cache Cache
{
get ( return HttpContext.Current.Cache; )
}
I've got problems understanding this: "Cache Cache", I guess the first
"cache" here is the datatype? What is the second "cache"? is it the method
name? (I doubt it is the methos name, both datatype and method name is the
same)... And if this was a method then from my understanding there should be
some parenthesis after the method name??
Jeff