7 references to LoadDataFromCache
System.Web (7)
UI\WebControls\ObjectDataSource.cs (3)
929
return Cache.
LoadDataFromCache
(key);
937
object data = Cache.
LoadDataFromCache
(key);
980
if (Cache.
LoadDataFromCache
(parentKey) == null) {
UI\WebControls\SqlDataSource.cs (3)
1028
return Cache.
LoadDataFromCache
(key);
1036
object data = Cache.
LoadDataFromCache
(key);
1077
if (Cache.
LoadDataFromCache
(parentKey) == null) {
UI\WebControls\XmlDataSource.cs (1)
537
_xmlDocument = Cache.
LoadDataFromCache
(cacheKey) as XmlDocument;