- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for ACTIVITIES (0.27 seconds)
-
guava/src/com/google/common/cache/Cache.java
*/ @J2ktIncompatible // Thread safety complexity ConcurrentMap<K, V> asMap(); /** * Performs any pending maintenance operations needed by the cache. Exactly which activities are * performed -- if any -- is implementation-dependent. */ void cleanUp();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 12:40:22 GMT 2026 - 8K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
Internal properties are **unstable properties**: they CAN be renamed or removed without notice. They are not intended for general use. While they can be helpful in isolated cases of troubleshooting, they are intended mostly for testing or other activities within Gradle development. The behavior behind the internal property can change at any time and without notice. Internal properties MUST NOT be documented in public documentation.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ActivityHelper.java
import org.dbflute.optional.OptionalThing; import org.lastaflute.web.login.credential.LoginCredential; import org.lastaflute.web.util.LaRequestUtil; import jakarta.annotation.PostConstruct; /** * The helper for user activities. * This class provides methods to log user actions such as login, logout, and access. * It supports both LTSV and ECS log formats. * */ public class ActivityHelper { /** * Default constructor.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 13.1K bytes - Click Count (0)