Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getIdentity (0.18 sec)

  1. platforms/core-execution/build-cache-example-client/src/main/java/org/gradle/caching/example/ExampleBuildCacheClient.java

            public ExampleEntity(String identity, File outputDirectory) {
                this.identity = identity;
                this.outputDirectory = outputDirectory;
            }
    
            @Override
            public String getIdentity() {
                return identity;
            }
    
            @Override
            public Class<?> getType() {
                return getClass();
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 19:35:22 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top