Lines Matching refs:cached

455      * see if there is a valid cached value in the descriptor.
459 * <li><b>&lt;0</b> Then the value is not cached and is never valid.
462 * <li><b>=0</b> Then the value is always cached and always valid.
542 /* if currencyTimeLimit is -1 then value is never cached */
551 /* if currencyTimeLimit is 0 then value is always cached */
619 /* need to cast string cached value to type */
645 mth,"reset cached value to null");
809 * The last value returned by an operation may be cached in
815 * <LI><b>&lt;0</b> Then the value is not cached and is never valid.
818 * <LI><b>=0</b> Then the value is always cached and always valid.
839 * cached value is never valid, omit the
963 final Object cached = resolveForCacheValue(opDescr);
964 if (cached != null) {
969 "Returning cached value");
971 return cached;
1385 * The last value returned by an attribute may be cached in the
1390 * <LI> <b>&lt;0</b> Then the value is not cached and is never valid.
1393 * <LI> <b>=0</b> Then the value is always cached and always valid.
1414 * cached value is never valid, omit the
1529 /* return current cached value */
1533 "*** cached value is " + response);
1537 /* no cached value, run getMethod */
1541 "**** cached value is null - getting getMethod");
1569 // change cached value in attribute descriptor
1589 "setting cached value and " +
1829 * attribute is cached in the attribute descriptor's
1909 /* return cached value if its current */
1910 /* set cached value in descriptor and set date/time */
1975 /* change cached value */
2000 "setting cached value of " +