- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getMaxAge (0.3 sec)
-
src/main/java/jcifs/internal/smb2/lease/DirectoryCacheEntry.java
this.scope = scope; } /** * Gets the maximum age for cached data before requiring refresh * @return the maximum cache age in milliseconds */ public long getMaxAge() { return maxAge; } /** * Sets the maximum age for cached data * @param maxAge the maximum cache age in milliseconds */ public void setMaxAge(long maxAge) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
"Stored search parameters in cookie: name={}, size={}, maxAge={}, path={}, domain={}, secure={}, httpOnly={}, sameSite={}", cookie.getName(), encoded.length(), cookie.getMaxAge(), cookie.getPath(), cookie.getDomain(), cookie.getSecure(), cookie.isHttpOnly(), fessConfig.getCookieSearchParameterSameSite()); } });Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0)