public SecretCacheConfiguration withCacheHook()

in src/main/java/com/amazonaws/secretsmanager/caching/SecretCacheConfiguration.java [137:140]


    public SecretCacheConfiguration withCacheHook(SecretCacheHook cacheHook) {
        this.setCacheHook(cacheHook);
        return this;
    }